#55042E

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

Shades of Tyrian Purple #55042E

Tints of Tyrian Purple #55042E

Color information

#55042E (or 0x55042E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 2E. RGB value is (85,4,46). Sum of RGB (Red+Green+Blue) = 85+4+46=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55042E is #AAFBD1. Grayscale: #202020. Windows color (decimal): -11205586 or 3015765. OLE color: 3015765.

HSL color Cylindrical-coordinate representation of color #55042E: hue angle of 328.89º 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 #55042E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB85446-
CMYK00.950.460.67
HSL328.89º91.01%17.45%-
HSV(B)328.89º95.29%33.33%-
XYZ4.282.222.79-
YUV33.01135.34165.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=62.96%
G=2.96%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8544600.950.460.67328.8991.0117.45
Hex5542E05F2E431495b11
Octal12545601375610351113321
Binary1010101100101110010111111011101000011101001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55042E; }

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

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

<style>
 a { background-color: #55042E; }

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

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

<style>
 span { border-color: #55042E; }

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

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