#55062C

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

Shades of Tyrian Purple #55062C

Tints of Tyrian Purple #55062C

Color information

#55062C (or 0x55062C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 2C. RGB value is (85,6,44). Sum of RGB (Red+Green+Blue) = 85+6+44=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062C is #AAF9D3. Grayscale: #212121. Windows color (decimal): -11205076 or 2885205. OLE color: 2885205.

HSL color Cylindrical-coordinate representation of color #55062C: hue angle of 331.14º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55062C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB85644-
CMYK00.930.480.67
HSL331.14º86.81%17.84%-
HSV(B)331.14º92.94%33.33%-
XYZ4.272.242.59-
YUV33.95133.67164.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=62.96%
G=4.44%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564400.930.480.67331.1486.8117.84
Hex5562C05D304314b5712
Octal12565401356010351312722
Binary1010101110101100010111011100001000011101001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55062C; }

 p { color: rgb(85,6,44); }

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

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

 a { background-color: rgb(85,6,44); }

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

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

 span { border-color: rgb(85,6,44); }

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