#55044C

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

Shades of Tyrian Purple #55044C

Tints of Tyrian Purple #55044C

Color information

#55044C (or 0x55044C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 4C. RGB value is (85,4,76). Sum of RGB (Red+Green+Blue) = 85+4+76=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55044C is #AAFBB3. Grayscale: #242424. Windows color (decimal): -11205556 or 4981845. OLE color: 4981845.

HSL color Cylindrical-coordinate representation of color #55044C: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55044C is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB85476-
CMYK00.950.110.67
HSL306.67º91.01%17.45%-
HSV(B)306.67º95.29%33.33%-
XYZ5.092.547.06-
YUV36.43150.34162.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=51.52%
G=2.42%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8547600.950.110.67306.6791.0117.45
Hex5544C05FB431335b11
Octal125411401371310346313321
Binary101010110010011000101111110111000011100110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,4,76); }

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

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

 a { background-color: rgb(85,4,76); }

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

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

 span { border-color: rgb(85,4,76); }

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