#55062B

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

Shades of Tyrian Purple #55062B

Tints of Tyrian Purple #55062B

Color information

#55062B (or 0x55062B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 2B. RGB value is (85,6,43). Sum of RGB (Red+Green+Blue) = 85+6+43=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55062B is #AAF9D4. Grayscale: #212121. Windows color (decimal): -11205077 or 2819669. OLE color: 2819669.

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

Color convert

RGB85643-
CMYK00.930.490.67
HSL331.9º86.81%17.84%-
HSV(B)331.9º92.94%33.33%-
XYZ4.252.242.49-
YUV33.84133.17164.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=63.43%
G=4.48%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564300.930.490.67331.986.8117.84
Hex5562B05D314314c5712
Octal12565301356110351412722
Binary1010101110101011010111011100011000011101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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