#5E0C42

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

Shades of Tyrian Purple #5E0C42

Tints of Tyrian Purple #5E0C42

Color information

#5E0C42 (or 0x5E0C42) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0C and 42. RGB value is (94,12,66). Sum of RGB (Red+Green+Blue) = 94+12+66=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0C42 is #A1F3BD. Grayscale: #2A2A2A. Windows color (decimal): -10613694 or 4328542. OLE color: 4328542.

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

Color convert

RGB941266-
CMYK00.870.300.63
HSL320.49º77.36%20.78%-
HSV(B)320.49º87.23%36.86%-
XYZ5.733.045.44-
YUV42.67141.17164.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=54.65%
G=6.98%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94126600.870.300.63320.4977.3620.78
Hex5EC420571E3F1404d15
Octal136141020127367750011525
Binary1011110110010000100101011111110111111101000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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