#55033C

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

Shades of Tyrian Purple #55033C

Tints of Tyrian Purple #55033C

Color information

#55033C (or 0x55033C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3C. RGB value is (85,3,60). Sum of RGB (Red+Green+Blue) = 85+3+60=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033C is #AAFCC3. Grayscale: #212121. Windows color (decimal): -11205828 or 3933013. OLE color: 3933013.

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

Color convert

RGB85360-
CMYK00.960.290.67
HSL318.29º93.18%17.25%-
HSV(B)318.29º96.47%33.33%-
XYZ4.592.324.48-
YUV34.02142.67164.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=57.43%
G=2.03%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536000.960.290.67318.2993.1817.25
Hex5533C0601D4313e5d11
Octal12537401403510347613521
Binary10101011111110001100000111011000011100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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