#55062D

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

Shades of Tyrian Purple #55062D

Tints of Tyrian Purple #55062D

Color information

#55062D (or 0x55062D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 2D. RGB value is (85,6,45). Sum of RGB (Red+Green+Blue) = 85+6+45=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062D is #AAF9D2. Grayscale: #212121. Windows color (decimal): -11205075 or 2950741. OLE color: 2950741.

HSL color Cylindrical-coordinate representation of color #55062D: hue angle of 330.38º 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 #55062D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB85645-
CMYK00.930.470.67
HSL330.38º86.81%17.84%-
HSV(B)330.38º92.94%33.33%-
XYZ4.292.252.69-
YUV34.07134.17164.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=62.5%
G=4.41%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564500.930.470.67330.3886.8117.84
Hex5562D05D2F4314a5712
Octal12565501355710351212722
Binary1010101110101101010111011011111000011101001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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