#5E0224

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

Shades of Tyrian Purple #5E0224

Tints of Tyrian Purple #5E0224

Color information

#5E0224 (or 0x5E0224) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 02 and 24. RGB value is (94,2,36). Sum of RGB (Red+Green+Blue) = 94+2+36=132 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.21% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0224 is #A1FDDB. Grayscale: #212121. Windows color (decimal): -10616284 or 2359902. OLE color: 2359902.

HSL color Cylindrical-coordinate representation of color #5E0224: hue angle of 337.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0224 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB94236-
CMYK00.980.620.63
HSL337.83º95.83%18.82%-
HSV(B)337.83º97.87%36.86%-
XYZ4.962.551.9-
YUV33.38129.48171.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 71.21%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=71.21%
G=1.52%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9423600.980.620.63337.8395.8318.82
Hex5E2240623E3F1526013
Octal1362440142767752214023
Binary10111101010010001100010111110111111101010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,36); }

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

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

 a { background-color: rgb(94,2,36); }

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

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

 span { border-color: rgb(94,2,36); }

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