#5E1342

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

Shades of Tyrian Purple #5E1342

Tints of Tyrian Purple #5E1342

Color information

#5E1342 (or 0x5E1342) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 13 and 42. RGB value is (94,19,66). Sum of RGB (Red+Green+Blue) = 94+19+66=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1342 is #A1ECBD. Grayscale: #2E2E2E. Windows color (decimal): -10611902 or 4330334. OLE color: 4330334.

HSL color Cylindrical-coordinate representation of color #5E1342: hue angle of 322.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1342 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB941966-
CMYK00.800.300.63
HSL322.4º66.37%22.16%-
HSV(B)322.4º79.79%36.86%-
XYZ5.833.245.47-
YUV46.78138.85161.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=52.51%
G=10.61%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94196600.800.300.63322.466.3722.16
Hex5E13420501E3F1424216
Octal136231020120367750210226
Binary10111101001110000100101000011110111111101000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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