#580962

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

Shades of Palatinate Purple #580962

Tints of Palatinate Purple #580962

Color information

#580962 (or 0x580962) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 62. RGB value is (88,9,98). Sum of RGB (Red+Green+Blue) = 88+9+98=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #580962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580962 is #A7F69D. Grayscale: #2A2A2A. Windows color (decimal): -11007646 or 6424920. OLE color: 6424920.

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

Color convert

RGB88998-
CMYK0.100.9100.62
HSL293.26º83.18%20.98%-
HSV(B)293.26º90.82%38.43%-
XYZ6.333.1511.83-
YUV42.77159.17160.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=45.13%
G=4.62%
B=50.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal889980.100.9100.62293.2683.1820.98
Hex58962A5B03E1255315
Octal130111421213307644512325
Binary101100010011100010101010110110111110100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580962; }

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

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

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

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

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

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

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

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