Shades of Palatinate Purple #58085B
Tints of Palatinate Purple #58085B
RGB
CMYK
RGB Variations
Color information
#58085B (or 0x58085B) is known color: Palatinate Purple. HEX triplet: 58, 08 and 5B. RGB value is (88,8,91). Sum of RGB (Red+Green+Blue) = 88+8+91=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #58085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58085B is #A7F7A4. Grayscale: #292929. Windows color (decimal): -11007909 or 5965912. OLE color: 5965912.
HSL color Cylindrical-coordinate representation of color #58085B: hue angle of 297.83º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58085B is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 8 | 91 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.64 |
| HSL | 297.83º | 0.84% | 0.19% | - |
| HSV(B) | 297.83º | 0.91% | 0.36% | - |
| XYZ | 6 | 3 | 10.16 | - |
| YUV | 41.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 91 | 0.03 | 0.91 | 0 | 0.64 | 297.83 | 0.84 | 0.19 |
| Hex | 58 | 8 | 5B | 3 | 5B | 0 | 40 | 12A | 54 | 13 |
| Octal | 130 | 10 | 133 | 3 | 133 | 0 | 100 | 452 | 124 | 23 |
| Binary | 1011000 | 1000 | 1011011 | 11 | 1011011 | 0 | 1000000 | 100101010 | 1010100 | 10011 |
Color Harmonies of #58085B
Complementary color
Monochromatic Colors of #58085B
Black with #58085B
Text Example
Text Example
White with #58085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58085B; }
p { color: rgb(88,8,91); }
H1.HeaderClassName
{
color: #58085B;
}
.AnyTagClassName
{
color: #58085B;
}
</style>
background-color css
<style>
a { background-color: #58085B; }
a { background-color: rgb(88,8,91); }
div.DivClassName
{
background-color: #58085B;
}
.BgClassName
{
background-color: #58085B;
}
</style>
border-color css
<style>
span { border-color: #58085B; }
span { border-color: rgb(88,8,91); }
td.TdClassName
{
border-color: #58085B;
}
.TagClassName
{
border-color: #58085B;
}
</style>