#55033B

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

Shades of Tyrian Purple #55033B

Tints of Tyrian Purple #55033B

Color information

#55033B (or 0x55033B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3B. RGB value is (85,3,59). Sum of RGB (Red+Green+Blue) = 85+3+59=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033B is #AAFCC4. Grayscale: #212121. Windows color (decimal): -11205829 or 3867477. OLE color: 3867477.

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

Color convert

RGB85359-
CMYK00.960.310.67
HSL319.02º93.18%17.25%-
HSV(B)319.02º96.47%33.33%-
XYZ4.572.314.34-
YUV33.9142.17164.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=57.82%
G=2.04%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535900.960.310.67319.0293.1817.25
Hex5533B0601F4313f5d11
Octal12537301403710347713521
Binary10101011111101101100000111111000011100111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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