#580562

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

Shades of Palatinate Purple #580562

Tints of Palatinate Purple #580562

Color information

#580562 (or 0x580562) is unknown color: approx Palatinate Purple. HEX triplet: 58, 05 and 62. RGB value is (88,5,98). Sum of RGB (Red+Green+Blue) = 88+5+98=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #580562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580562 is #A7FA9D. Grayscale: #282828. Windows color (decimal): -11008670 or 6423896. OLE color: 6423896.

HSL color Cylindrical-coordinate representation of color #580562: hue angle of 293.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580562 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88598-
CMYK0.100.9500.62
HSL293.55º90.29%20.2%-
HSV(B)293.55º94.9%38.43%-
XYZ6.283.0711.82-
YUV40.42160.5161.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=46.07%
G=2.62%
B=51.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal885980.100.9500.62293.5590.2920.2
Hex58562A5F03E1265a14
Octal13051421213707644613224
Binary10110001011100010101010111110111110100100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580562; }

 p { color: rgb(88,5,98); }

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

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

 a { background-color: rgb(88,5,98); }

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

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

 span { border-color: rgb(88,5,98); }

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