Shades of Palatinate Purple #582652
Tints of Palatinate Purple #582652
RGB
CMYK
RGB Variations
Color information
#582652 (or 0x582652) is known color: Palatinate Purple. HEX triplet: 58, 26 and 52. RGB value is (88,38,82). Sum of RGB (Red+Green+Blue) = 88+38+82=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582652 is #A7D9AD. Grayscale: #393939. Windows color (decimal): -11000238 or 5383768. OLE color: 5383768.
HSL color Cylindrical-coordinate representation of color #582652: hue angle of 307.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582652 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 82 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.65 |
| HSL | 307.2º | 0.4% | 0.25% | - |
| HSV(B) | 307.2º | 0.57% | 0.35% | - |
| XYZ | 6.24 | 4.07 | 8.44 | - |
| YUV | 57.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 82 | 0 | 0.57 | 0.07 | 0.65 | 307.2 | 0.4 | 0.25 |
| Hex | 58 | 26 | 52 | 0 | 39 | 7 | 41 | 133 | 28 | 19 |
| Octal | 130 | 46 | 122 | 0 | 71 | 7 | 101 | 463 | 50 | 31 |
| Binary | 1011000 | 100110 | 1010010 | 0 | 111001 | 111 | 1000001 | 100110011 | 101000 | 11001 |
Color Harmonies of #582652
Complementary color
Monochromatic Colors of #582652
Black with #582652
Text Example
Text Example
White with #582652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582652; }
p { color: rgb(88,38,82); }
H1.HeaderClassName
{
color: #582652;
}
.AnyTagClassName
{
color: #582652;
}
</style>
background-color css
<style>
a { background-color: #582652; }
a { background-color: rgb(88,38,82); }
div.DivClassName
{
background-color: #582652;
}
.BgClassName
{
background-color: #582652;
}
</style>
border-color css
<style>
span { border-color: #582652; }
span { border-color: rgb(88,38,82); }
td.TdClassName
{
border-color: #582652;
}
.TagClassName
{
border-color: #582652;
}
</style>