#582152

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

Shades of Palatinate Purple #582152

Tints of Palatinate Purple #582152

Color information

#582152 (or 0x582152) is unknown color: approx Palatinate Purple. HEX triplet: 58, 21 and 52. RGB value is (88,33,82). Sum of RGB (Red+Green+Blue) = 88+33+82=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582152 is #A7DEAD. Grayscale: #363636. Windows color (decimal): -11001518 or 5382488. OLE color: 5382488.

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

Color convert

RGB883382-
CMYK00.620.070.65
HSL306.55º45.45%23.73%-
HSV(B)306.55º62.5%34.51%-
XYZ6.093.778.39-
YUV55.03143.22151.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=43.35%
G=16.26%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88338200.620.070.65306.5545.4523.73
Hex58215203E7411332d18
Octal1304112207671014635530
Binary101100010000110100100111110111100000110011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582152; }

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

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

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

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

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

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

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

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