Shades of Palatinate Purple #58095B
Tints of Palatinate Purple #58095B
RGB
CMYK
RGB Variations
Color information
#58095B (or 0x58095B) is known color: Palatinate Purple. HEX triplet: 58, 09 and 5B. RGB value is (88,9,91). Sum of RGB (Red+Green+Blue) = 88+9+91=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #58095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095B is #A7F6A4. Grayscale: #292929. Windows color (decimal): -11007653 or 5966168. OLE color: 5966168.
HSL color Cylindrical-coordinate representation of color #58095B: hue angle of 297.8º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58095B is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 9 | 91 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.64 |
| HSL | 297.8º | 0.82% | 0.2% | - |
| HSV(B) | 297.8º | 0.9% | 0.36% | - |
| XYZ | 6.01 | 3.03 | 10.16 | - |
| YUV | 41.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 91 | 0.03 | 0.90 | 0 | 0.64 | 297.8 | 0.82 | 0.2 |
| Hex | 58 | 9 | 5B | 3 | 5A | 0 | 40 | 12A | 52 | 14 |
| Octal | 130 | 11 | 133 | 3 | 132 | 0 | 100 | 452 | 122 | 24 |
| Binary | 1011000 | 1001 | 1011011 | 11 | 1011010 | 0 | 1000000 | 100101010 | 1010010 | 10100 |
Color Harmonies of #58095B
Complementary color
Monochromatic Colors of #58095B
Black with #58095B
Text Example
Text Example
White with #58095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58095B; }
p { color: rgb(88,9,91); }
H1.HeaderClassName
{
color: #58095B;
}
.AnyTagClassName
{
color: #58095B;
}
</style>
background-color css
<style>
a { background-color: #58095B; }
a { background-color: rgb(88,9,91); }
div.DivClassName
{
background-color: #58095B;
}
.BgClassName
{
background-color: #58095B;
}
</style>
border-color css
<style>
span { border-color: #58095B; }
span { border-color: rgb(88,9,91); }
td.TdClassName
{
border-color: #58095B;
}
.TagClassName
{
border-color: #58095B;
}
</style>