#582252

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

Shades of Palatinate Purple #582252

Tints of Palatinate Purple #582252

Color information

#582252 (or 0x582252) is unknown color: approx Palatinate Purple. HEX triplet: 58, 22 and 52. RGB value is (88,34,82). Sum of RGB (Red+Green+Blue) = 88+34+82=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582252 is #A7DDAD. Grayscale: #373737. Windows color (decimal): -11001262 or 5382744. OLE color: 5382744.

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

Color convert

RGB883482-
CMYK00.610.070.65
HSL306.67º44.26%23.92%-
HSV(B)306.67º61.36%34.51%-
XYZ6.123.838.4-
YUV55.62142.89151.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=43.14%
G=16.67%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88348200.610.070.65306.6744.2623.92
Hex58225203D7411332c18
Octal1304212207571014635430
Binary101100010001010100100111101111100000110011001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582252; }

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

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

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

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

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

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

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

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