#5E0D41

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

Shades of Tyrian Purple #5E0D41

Tints of Tyrian Purple #5E0D41

Color information

#5E0D41 (or 0x5E0D41) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0D and 41. RGB value is (94,13,65). Sum of RGB (Red+Green+Blue) = 94+13+65=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D41 is #A1F2BE. Grayscale: #2B2B2B. Windows color (decimal): -10613439 or 4263262. OLE color: 4263262.

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

Color convert

RGB941365-
CMYK00.860.310.63
HSL321.48º75.7%20.98%-
HSV(B)321.48º86.17%36.86%-
XYZ5.713.055.29-
YUV43.15140.34164.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=54.65%
G=7.56%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94136500.860.310.63321.4875.720.98
Hex5ED410561F3F1414c15
Octal136151010126377750111425
Binary1011110110110000010101011011111111111101000001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,13,65); }

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

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

 a { background-color: rgb(94,13,65); }

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

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

 span { border-color: rgb(94,13,65); }

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