#5E113A

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

Shades of Tyrian Purple #5E113A

Tints of Tyrian Purple #5E113A

Color information

#5E113A (or 0x5E113A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 11 and 3A. RGB value is (94,17,58). Sum of RGB (Red+Green+Blue) = 94+17+58=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E113A is #A1EEC5. Grayscale: #2C2C2C. Windows color (decimal): -10612422 or 3805534. OLE color: 3805534.

HSL color Cylindrical-coordinate representation of color #5E113A: hue angle of 328.05º 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 #5E113A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB941758-
CMYK00.820.380.63
HSL328.05º69.37%21.76%-
HSV(B)328.05º81.91%36.86%-
XYZ5.583.094.3-
YUV44.7135.51163.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=55.62%
G=10.06%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94175800.820.380.63328.0569.3721.76
Hex5E113A052263F1484516
Octal13621720122467751010526
Binary10111101000111101001010010100110111111101001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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