#580E31

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

Shades of Tyrian Purple #580E31

Tints of Tyrian Purple #580E31

Color information

#580E31 (or 0x580E31) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0E and 31. RGB value is (88,14,49). Sum of RGB (Red+Green+Blue) = 88+14+49=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #580E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E31 is #A7F1CE. Grayscale: #282828. Windows color (decimal): -11006415 or 3214936. OLE color: 3214936.

HSL color Cylindrical-coordinate representation of color #580E31: hue angle of 331.62º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E31 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB881449-
CMYK00.840.440.65
HSL331.62º72.55%20%-
HSV(B)331.62º84.09%34.51%-
XYZ4.742.613.16-
YUV40.12133.02162.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=58.28%
G=9.27%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88144900.840.440.65331.6272.5520
Hex58E310542C4114c4914
Octal130166101245410151411124
Binary10110001110110001010101001011001000001101001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580E31; }

 p { color: rgb(88,14,49); }

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

<style>
 a { background-color: #580E31; }

 a { background-color: rgb(88,14,49); }

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

<style>
 span { border-color: #580E31; }

 span { border-color: rgb(88,14,49); }

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