#550329

Color #550329 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #550329

Tints of Tyrian Purple #550329

Color information

#550329 (or 0x550329) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 29. RGB value is (85,3,41). Sum of RGB (Red+Green+Blue) = 85+3+41=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #550329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550329 is #AAFCD6. Grayscale: #1F1F1F. Windows color (decimal): -11205847 or 2687829. OLE color: 2687829.

HSL color Cylindrical-coordinate representation of color #550329: hue angle of 332.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550329 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB85341-
CMYK00.960.520.67
HSL332.2º93.18%17.25%-
HSV(B)332.2º96.47%33.33%-
XYZ4.182.162.29-
YUV31.85133.17165.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=65.89%
G=2.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534100.960.520.67332.293.1817.25
Hex55329060344314c5d11
Octal12535101406410351413521
Binary101010111101001011000001101001000011101001100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550329; }

 p { color: rgb(85,3,41); }

 H1.HeaderClassName
 {
   color: #550329;
 }
 .AnyTagClassName
 {
   color: #550329;
 }
</style>
background-color css

<style>
 a { background-color: #550329; }

 a { background-color: rgb(85,3,41); }

 div.DivClassName
 {
   background-color: #550329;
 }
 .BgClassName
 {
   background-color: #550329;
 }
</style>
border-color css

<style>
 span { border-color: #550329; }

 span { border-color: rgb(85,3,41); }

 td.TdClassName
 {
   border-color: #550329;
 }
 .TagClassName
 {
   border-color: #550329;
 }
</style>