#582553

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

Shades of Palatinate Purple #582553

Tints of Palatinate Purple #582553

Color information

#582553 (or 0x582553) is unknown color: approx Palatinate Purple. HEX triplet: 58, 25 and 53. RGB value is (88,37,83). Sum of RGB (Red+Green+Blue) = 88+37+83=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582553 is #A7DAAC. Grayscale: #393939. Windows color (decimal): -11000493 or 5449048. OLE color: 5449048.

HSL color Cylindrical-coordinate representation of color #582553: hue angle of 305.88º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582553 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB883783-
CMYK00.580.060.65
HSL305.88º40.8%24.51%-
HSV(B)305.88º57.95%34.51%-
XYZ6.254.028.63-
YUV57.49142.4149.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=42.31%
G=17.79%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88378300.580.060.65305.8840.824.51
Hex58255303A6411322919
Octal1304512307261014625131
Binary101100010010110100110111010110100000110011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582553; }

 p { color: rgb(88,37,83); }

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

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

 a { background-color: rgb(88,37,83); }

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

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

 span { border-color: rgb(88,37,83); }

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