#580E35

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

Shades of Tyrian Purple #580E35

Tints of Tyrian Purple #580E35

Color information

#580E35 (or 0x580E35) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0E and 35. RGB value is (88,14,53). Sum of RGB (Red+Green+Blue) = 88+14+53=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #580E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E35 is #A7F1CA. Grayscale: #282828. Windows color (decimal): -11006411 or 3477080. OLE color: 3477080.

HSL color Cylindrical-coordinate representation of color #580E35: hue angle of 328.38º 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 #580E35 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB881453-
CMYK00.840.400.65
HSL328.38º72.55%20%-
HSV(B)328.38º84.09%34.51%-
XYZ4.822.653.62-
YUV40.57135.02161.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 14 (5.86% from 255) = 9.03%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=56.77%
G=9.03%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88145300.840.400.65328.3872.5520
Hex58E3505428411484914
Octal130166501245010151011124
Binary10110001110110101010101001010001000001101001000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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