#580A5A

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

Shades of Palatinate Purple #580A5A

Tints of Palatinate Purple #580A5A

Color information

#580A5A (or 0x580A5A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 0A and 5A. RGB value is (88,10,90). Sum of RGB (Red+Green+Blue) = 88+10+90=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #580A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A5A is #A7F5A5. Grayscale: #2A2A2A. Windows color (decimal): -11007398 or 5900888. OLE color: 5900888.

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

Color convert

RGB881090-
CMYK0.020.8900.65
HSL298.5º80%19.61%-
HSV(B)298.5º88.89%35.29%-
XYZ5.983.039.94-
YUV42.44154.84160.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=46.81%
G=5.32%
B=47.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8810900.020.8900.65298.58019.61
Hex58A5A25904112a5014
Octal130121322131010145212024
Binary10110001010101101010101100101000001100101010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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