#580E60

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

Shades of Palatinate Purple #580E60

Tints of Palatinate Purple #580E60

Color information

#580E60 (or 0x580E60) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0E and 60. RGB value is (88,14,96). Sum of RGB (Red+Green+Blue) = 88+14+96=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #580E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E60 is #A7F19F. Grayscale: #2D2D2D. Windows color (decimal): -11006368 or 6295128. OLE color: 6295128.

HSL color Cylindrical-coordinate representation of color #580E60: hue angle of 294.15º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580E60 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB881496-
CMYK0.080.8500.62
HSL294.15º74.55%21.57%-
HSV(B)294.15º85.42%37.65%-
XYZ6.293.2311.36-
YUV45.47156.52158.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=44.44%
G=7.07%
B=48.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8814960.080.8500.62294.1574.5521.57
Hex58E6085503E1264b16
Octal130161401012507644611326
Binary101100011101100000100010101010111110100100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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