#580A56

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

Shades of Palatinate Purple #580A56

Tints of Palatinate Purple #580A56

Color information

#580A56 (or 0x580A56) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0A and 56. RGB value is (88,10,86). Sum of RGB (Red+Green+Blue) = 88+10+86=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #580A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A56 is #A7F5A9. Grayscale: #292929. Windows color (decimal): -11007402 or 5638744. OLE color: 5638744.

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

Color convert

RGB881086-
CMYK00.890.020.65
HSL301.54º79.59%19.22%-
HSV(B)301.54º88.64%34.51%-
XYZ5.812.969.07-
YUV41.99152.84160.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=47.83%
G=5.43%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88108600.890.020.65301.5479.5919.22
Hex58A5605924112e5013
Octal130121260131210145612023
Binary10110001010101011001011001101000001100101110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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