Shades of Palatinate Purple #580852
Tints of Palatinate Purple #580852
RGB
CMYK
RGB Variations
Color information
#580852 (or 0x580852) is known color: Palatinate Purple. HEX triplet: 58, 08 and 52. RGB value is (88,8,82). Sum of RGB (Red+Green+Blue) = 88+8+82=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580852 is #A7F7AD. Grayscale: #282828. Windows color (decimal): -11007918 or 5376088. OLE color: 5376088.
HSL color Cylindrical-coordinate representation of color #580852: hue angle of 304.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580852 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 82 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.65 |
| HSL | 304.5º | 0.83% | 0.19% | - |
| HSV(B) | 304.5º | 0.91% | 0.35% | - |
| XYZ | 5.63 | 2.86 | 8.24 | - |
| YUV | 40.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 82 | 0 | 0.91 | 0.07 | 0.65 | 304.5 | 0.83 | 0.19 |
| Hex | 58 | 8 | 52 | 0 | 5B | 7 | 41 | 130 | 53 | 13 |
| Octal | 130 | 10 | 122 | 0 | 133 | 7 | 101 | 460 | 123 | 23 |
| Binary | 1011000 | 1000 | 1010010 | 0 | 1011011 | 111 | 1000001 | 100110000 | 1010011 | 10011 |
Color Harmonies of #580852
Complementary color
Monochromatic Colors of #580852
Black with #580852
Text Example
Text Example
White with #580852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580852; }
p { color: rgb(88,8,82); }
H1.HeaderClassName
{
color: #580852;
}
.AnyTagClassName
{
color: #580852;
}
</style>
background-color css
<style>
a { background-color: #580852; }
a { background-color: rgb(88,8,82); }
div.DivClassName
{
background-color: #580852;
}
.BgClassName
{
background-color: #580852;
}
</style>
border-color css
<style>
span { border-color: #580852; }
span { border-color: rgb(88,8,82); }
td.TdClassName
{
border-color: #580852;
}
.TagClassName
{
border-color: #580852;
}
</style>