#580951

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

Shades of Palatinate Purple #580951

Tints of Palatinate Purple #580951

Color information

#580951 (or 0x580951) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 51. RGB value is (88,9,81). Sum of RGB (Red+Green+Blue) = 88+9+81=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580951 is #A7F6AE. Grayscale: #282828. Windows color (decimal): -11007663 or 5310808. OLE color: 5310808.

HSL color Cylindrical-coordinate representation of color #580951: hue angle of 305.32º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580951 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB88981-
CMYK00.900.080.65
HSL305.32º81.44%19.02%-
HSV(B)305.32º89.77%34.51%-
XYZ5.612.868.04-
YUV40.83150.67161.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=49.44%
G=5.06%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8898100.900.080.65305.3281.4419.02
Hex5895105A8411315113
Octal1301112101321010146112123
Binary1011000100110100010101101010001000001100110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580951; }

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

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

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

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

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

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

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

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