#5e0f3f

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

Shades of Tyrian Purple #5E0F3F

Tints of Tyrian Purple #5E0F3F

Color information

#5E0F3F (or 0x5E0F3F) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0F and 3F. RGB value is (94,15,63). Sum of RGB (Red+Green+Blue) = 94+15+63=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F3F is #A1F0C0. Grayscale: #2B2B2B. Windows color (decimal): -10612929 or 4132702. OLE color: 4132702.

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

Color convert

RGB941563-
CMYK00.840.330.63
HSL323.54º72.48%21.37%-
HSV(B)323.54º84.04%36.86%-
XYZ5.683.085-
YUV44.09138.67163.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 63 (25% from 255) = 36.63%
R=54.65%
G=8.72%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94156300.840.330.63323.5472.4821.37
Hex5EF3F054213F1444815
Octal13617770124417750411025
Binary1011110111111111101010100100001111111101000100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e0f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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