#55043E

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

Shades of Tyrian Purple #55043E

Tints of Tyrian Purple #55043E

Color information

#55043E (or 0x55043E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 3E. RGB value is (85,4,62). Sum of RGB (Red+Green+Blue) = 85+4+62=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043E is #AAFBC1. Grayscale: #222222. Windows color (decimal): -11205570 or 4064341. OLE color: 4064341.

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

Color convert

RGB85462-
CMYK00.950.270.67
HSL317.04º91.01%17.45%-
HSV(B)317.04º95.29%33.33%-
XYZ4.662.374.77-
YUV34.83143.34163.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=56.29%
G=2.65%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8546200.950.270.67317.0491.0117.45
Hex5543E05F1B4313d5b11
Octal12547601373310347513321
Binary101010110011111001011111110111000011100111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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