#580456

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

Shades of Palatinate Purple #580456

Tints of Palatinate Purple #580456

Color information

#580456 (or 0x580456) is unknown color: approx Palatinate Purple. HEX triplet: 58, 04 and 56. RGB value is (88,4,86). Sum of RGB (Red+Green+Blue) = 88+4+86=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580456 is #A7FBA9. Grayscale: #262626. Windows color (decimal): -11008938 or 5637208. OLE color: 5637208.

HSL color Cylindrical-coordinate representation of color #580456: hue angle of 301.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580456 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB88486-
CMYK00.950.020.65
HSL301.43º91.3%18.04%-
HSV(B)301.43º95.45%34.51%-
XYZ5.752.839.05-
YUV38.46154.83163.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=49.44%
G=2.25%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8848600.950.020.65301.4391.318.04
Hex5845605F24112d5b12
Octal13041260137210145513322
Binary1011000100101011001011111101000001100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580456; }

 p { color: rgb(88,4,86); }

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

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

 a { background-color: rgb(88,4,86); }

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

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

 span { border-color: rgb(88,4,86); }

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