#582552

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

Shades of Palatinate Purple #582552

Tints of Palatinate Purple #582552

Color information

#582552 (or 0x582552) is unknown color: approx Palatinate Purple. HEX triplet: 58, 25 and 52. RGB value is (88,37,82). Sum of RGB (Red+Green+Blue) = 88+37+82=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582552 is #A7DAAD. Grayscale: #393939. Windows color (decimal): -11000494 or 5383512. OLE color: 5383512.

HSL color Cylindrical-coordinate representation of color #582552: hue angle of 307.06º 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 #582552 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB883782-
CMYK00.580.070.65
HSL307.06º40.8%24.51%-
HSV(B)307.06º57.95%34.51%-
XYZ6.214.018.43-
YUV57.38141.9149.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=42.51%
G=17.87%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88378200.580.070.65307.0640.824.51
Hex58255203A7411332919
Octal1304512207271014635131
Binary101100010010110100100111010111100000110011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582552; }

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

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

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

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

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

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

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

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