#582452

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

Shades of Palatinate Purple #582452

Tints of Palatinate Purple #582452

Color information

#582452 (or 0x582452) is unknown color: approx Palatinate Purple. HEX triplet: 58, 24 and 52. RGB value is (88,36,82). Sum of RGB (Red+Green+Blue) = 88+36+82=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582452 is #A7DBAD. Grayscale: #383838. Windows color (decimal): -11000750 or 5383256. OLE color: 5383256.

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

Color convert

RGB883682-
CMYK00.590.070.65
HSL306.92º41.94%24.31%-
HSV(B)306.92º59.09%34.51%-
XYZ6.183.958.42-
YUV56.79142.23150.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=42.72%
G=17.48%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88368200.590.070.65306.9241.9424.31
Hex58245203B7411332a18
Octal1304412207371014635230
Binary101100010010010100100111011111100000110011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582452; }

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

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

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

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

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

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

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

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