#5E0142

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

Shades of Tyrian Purple #5E0142

Tints of Tyrian Purple #5E0142

Color information

#5E0142 (or 0x5E0142) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 01 and 42. RGB value is (94,1,66). Sum of RGB (Red+Green+Blue) = 94+1+66=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0142 is #A1FEBD. Grayscale: #242424. Windows color (decimal): -10616510 or 4325726. OLE color: 4325726.

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

Color convert

RGB94166-
CMYK00.990.300.63
HSL318.06º97.89%18.63%-
HSV(B)318.06º98.94%36.86%-
XYZ5.612.795.4-
YUV36.22144.81169.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.39%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=58.39%
G=0.62%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9416600.990.300.63318.0697.8918.63
Hex5E1420631E3F13e6213
Octal13611020143367747614223
Binary1011110110000100110001111110111111100111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,66); }

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

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

 a { background-color: rgb(94,1,66); }

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

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

 span { border-color: rgb(94,1,66); }

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