#5E0049

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

Shades of Tyrian Purple #5E0049

Tints of Tyrian Purple #5E0049

Color information

#5E0049 (or 0x5E0049) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 00 and 49. RGB value is (94,0,73). Sum of RGB (Red+Green+Blue) = 94+0+73=167 (22% of max value = 765). Red value is 94 (37.11% from 255 or 56.29% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0049 is #A1FFB6. Grayscale: #242424. Windows color (decimal): -10616759 or 4784222. OLE color: 4784222.

HSL color Cylindrical-coordinate representation of color #5E0049: hue angle of 313.4º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0049 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB94073-
CMYK010.220.63
HSL313.4º100%18.43%-
HSV(B)313.4º100%36.86%-
XYZ5.822.866.55-
YUV36.43148.64169.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=56.29%
G=0%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94073010.220.63313.410018.43
Hex5E049064163F1396412
Octal13601110144267747114422
Binary1011110010010010110010010110111111100111001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0049; }

 p { color: rgb(94,0,73); }

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

<style>
 a { background-color: #5E0049; }

 a { background-color: rgb(94,0,73); }

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

<style>
 span { border-color: #5E0049; }

 span { border-color: rgb(94,0,73); }

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