#580A60

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

Shades of Palatinate Purple #580A60

Tints of Palatinate Purple #580A60

Color information

#580A60 (or 0x580A60) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0A and 60. RGB value is (88,10,96). Sum of RGB (Red+Green+Blue) = 88+10+96=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #580A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A60 is #A7F59F. Grayscale: #2A2A2A. Windows color (decimal): -11007392 or 6294104. OLE color: 6294104.

HSL color Cylindrical-coordinate representation of color #580A60: hue angle of 294.42º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580A60 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB881096-
CMYK0.080.9000.62
HSL294.42º81.13%20.78%-
HSV(B)294.42º89.58%37.65%-
XYZ6.243.1411.34-
YUV43.13157.84160.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=45.36%
G=5.15%
B=49.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8810960.080.9000.62294.4281.1320.78
Hex58A6085A03E1265115
Octal130121401013207644612125
Binary101100010101100000100010110100111110100100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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