#580D60

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

Shades of Palatinate Purple #580D60

Tints of Palatinate Purple #580D60

Color information

#580D60 (or 0x580D60) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0D and 60. RGB value is (88,13,96). Sum of RGB (Red+Green+Blue) = 88+13+96=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #580D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D60 is #A7F29F. Grayscale: #2C2C2C. Windows color (decimal): -11006624 or 6294872. OLE color: 6294872.

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

Color convert

RGB881396-
CMYK0.080.8600.62
HSL294.22º76.15%21.37%-
HSV(B)294.22º86.46%37.65%-
XYZ6.283.2111.35-
YUV44.89156.85158.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=44.67%
G=6.60%
B=48.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8813960.080.8600.62294.2276.1521.37
Hex58D6085603E1264c15
Octal130151401012607644611425
Binary101100011011100000100010101100111110100100110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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