#5E0B42

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

Shades of Tyrian Purple #5E0B42

Tints of Tyrian Purple #5E0B42

Color information

#5E0B42 (or 0x5E0B42) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0B and 42. RGB value is (94,11,66). Sum of RGB (Red+Green+Blue) = 94+11+66=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0B42 is #A1F4BD. Grayscale: #292929. Windows color (decimal): -10613950 or 4328286. OLE color: 4328286.

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

Color convert

RGB941166-
CMYK00.880.300.63
HSL320.24º79.05%20.59%-
HSV(B)320.24º88.3%36.86%-
XYZ5.723.015.43-
YUV42.09141.5165.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.97%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=54.97%
G=6.43%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94116600.880.300.63320.2479.0520.59
Hex5EB420581E3F1404f15
Octal136131020130367750011725
Binary1011110101110000100101100011110111111101000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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