#5E1143

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

Shades of Tyrian Purple #5E1143

Tints of Tyrian Purple #5E1143

Color information

#5E1143 (or 0x5E1143) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 11 and 43. RGB value is (94,17,67). Sum of RGB (Red+Green+Blue) = 94+17+67=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1143 is #A1EEBC. Grayscale: #2D2D2D. Windows color (decimal): -10612413 or 4395358. OLE color: 4395358.

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

Color convert

RGB941767-
CMYK00.820.290.63
HSL321.04º69.37%21.76%-
HSV(B)321.04º81.91%36.86%-
XYZ5.833.195.62-
YUV45.72140.01162.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 67 (26.56% from 255) = 37.64%
R=52.81%
G=9.55%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94176700.820.290.63321.0469.3721.76
Hex5E11430521D3F1414516
Octal136211030122357750110526
Binary10111101000110000110101001011101111111101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,67); }

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

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

 a { background-color: rgb(94,17,67); }

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

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

 span { border-color: rgb(94,17,67); }

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