#580963

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

Shades of Palatinate Purple #580963

Tints of Palatinate Purple #580963

Color information

#580963 (or 0x580963) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 63. RGB value is (88,9,99). Sum of RGB (Red+Green+Blue) = 88+9+99=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #580963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580963 is #A7F69C. Grayscale: #2A2A2A. Windows color (decimal): -11007645 or 6490456. OLE color: 6490456.

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

Color convert

RGB88999-
CMYK0.110.9100.61
HSL292.67º83.33%21.18%-
HSV(B)292.67º90.91%38.82%-
XYZ6.373.1712.08-
YUV42.88159.67160.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=44.90%
G=4.59%
B=50.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal889990.110.9100.61292.6783.3321.18
Hex58963B5B03D1255315
Octal130111431313307544512325
Binary101100010011100011101110110110111101100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580963; }

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

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

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

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

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

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

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

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