#5E1239

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

Shades of Tyrian Purple #5E1239

Tints of Tyrian Purple #5E1239

Color information

#5E1239 (or 0x5E1239) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 12 and 39. RGB value is (94,18,57). Sum of RGB (Red+Green+Blue) = 94+18+57=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1239 is #A1EDC6. Grayscale: #2D2D2D. Windows color (decimal): -10612167 or 3740254. OLE color: 3740254.

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

Color convert

RGB941857-
CMYK00.810.390.63
HSL329.21º67.86%21.96%-
HSV(B)329.21º80.85%36.86%-
XYZ5.573.114.18-
YUV45.17134.68162.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=55.62%
G=10.65%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94185700.810.390.63329.2167.8621.96
Hex5E1239051273F1494416
Octal13622710121477751110426
Binary10111101001011100101010001100111111111101001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,57); }

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

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

 a { background-color: rgb(94,18,57); }

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

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

 span { border-color: rgb(94,18,57); }

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