#580E42

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

Shades of Tyrian Purple #580E42

Tints of Tyrian Purple #580E42

Color information

#580E42 (or 0x580E42) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0E and 42. RGB value is (88,14,66). Sum of RGB (Red+Green+Blue) = 88+14+66=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #580E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E42 is #A7F1BD. Grayscale: #292929. Windows color (decimal): -11006398 or 4329048. OLE color: 4329048.

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

Color convert

RGB881466-
CMYK00.840.250.65
HSL317.84º72.55%20%-
HSV(B)317.84º84.09%34.51%-
XYZ5.162.785.42-
YUV42.05141.52160.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 14 (5.86% from 255) = 8.33%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=52.38%
G=8.33%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88146600.840.250.65317.8472.5520
Hex58E42054194113e4914
Octal1301610201243110147611124
Binary10110001110100001001010100110011000001100111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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