#5E0E3F

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

Shades of Tyrian Purple #5E0E3F

Tints of Tyrian Purple #5E0E3F

Color information

#5E0E3F (or 0x5E0E3F) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0E and 3F. RGB value is (94,14,63). Sum of RGB (Red+Green+Blue) = 94+14+63=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0E3F is #A1F1C0. Grayscale: #2B2B2B. Windows color (decimal): -10613185 or 4132446. OLE color: 4132446.

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

Color convert

RGB941463-
CMYK00.850.330.63
HSL323.25º74.07%21.18%-
HSV(B)323.25º85.11%36.86%-
XYZ5.673.054.99-
YUV43.51139164.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.97%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 63 (25% from 255) = 36.84%
R=54.97%
G=8.19%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94146300.850.330.63323.2574.0721.18
Hex5EE3F055213F1434a15
Octal13616770125417750311225
Binary1011110111011111101010101100001111111101000011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,14,63); }

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

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

 a { background-color: rgb(94,14,63); }

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

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

 span { border-color: rgb(94,14,63); }

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