#582056

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

Shades of Palatinate Purple #582056

Tints of Palatinate Purple #582056

Color information

#582056 (or 0x582056) is unknown color: approx Palatinate Purple. HEX triplet: 58, 20 and 56. RGB value is (88,32,86). Sum of RGB (Red+Green+Blue) = 88+32+86=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582056 is #A7DFA9. Grayscale: #363636. Windows color (decimal): -11001770 or 5644376. OLE color: 5644376.

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

Color convert

RGB883286-
CMYK00.640.020.65
HSL302.14º46.67%23.53%-
HSV(B)302.14º63.64%34.51%-
XYZ6.223.789.21-
YUV54.9145.55151.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=42.72%
G=15.53%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88328600.640.020.65302.1446.6723.53
Hex58205604024112e2f18
Octal13040126010021014565730
Binary101100010000010101100100000010100000110010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582056; }

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

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

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

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

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

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

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

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