#580A59

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

Shades of Palatinate Purple #580A59

Tints of Palatinate Purple #580A59

Color information

#580A59 (or 0x580A59) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0A and 59. RGB value is (88,10,89). Sum of RGB (Red+Green+Blue) = 88+10+89=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #580A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A59 is #A7F5A6. Grayscale: #2A2A2A. Windows color (decimal): -11007399 or 5835352. OLE color: 5835352.

HSL color Cylindrical-coordinate representation of color #580A59: hue angle of 299.24º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A59 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB881089-
CMYK0.010.8900.65
HSL299.24º79.8%19.41%-
HSV(B)299.24º88.76%34.9%-
XYZ5.943.019.72-
YUV42.33154.34160.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=47.06%
G=5.35%
B=47.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8810890.010.8900.65299.2479.819.41
Hex58A5915904112b5013
Octal130121311131010145312023
Binary1011000101010110011101100101000001100101011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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