Shades of Palatinate Purple #58095E
Tints of Palatinate Purple #58095E
RGB
CMYK
RGB Variations
Color information
#58095E (or 0x58095E) is known color: Palatinate Purple. HEX triplet: 58, 09 and 5E. RGB value is (88,9,94). Sum of RGB (Red+Green+Blue) = 88+9+94=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #58095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095E is #A7F6A1. Grayscale: #2A2A2A. Windows color (decimal): -11007650 or 6162776. OLE color: 6162776.
HSL color Cylindrical-coordinate representation of color #58095E: hue angle of 295.76º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58095E is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 9 | 94 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.63 |
| HSL | 295.76º | 0.83% | 0.2% | - |
| HSV(B) | 295.76º | 0.9% | 0.37% | - |
| XYZ | 6.14 | 3.08 | 10.86 | - |
| YUV | 42.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 94 | 0.06 | 0.90 | 0 | 0.63 | 295.76 | 0.83 | 0.2 |
| Hex | 58 | 9 | 5E | 6 | 5A | 0 | 3F | 128 | 53 | 14 |
| Octal | 130 | 11 | 136 | 6 | 132 | 0 | 77 | 450 | 123 | 24 |
| Binary | 1011000 | 1001 | 1011110 | 110 | 1011010 | 0 | 111111 | 100101000 | 1010011 | 10100 |
Color Harmonies of #58095E
Complementary color
Monochromatic Colors of #58095E
Black with #58095E
Text Example
Text Example
White with #58095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58095E; }
p { color: rgb(88,9,94); }
H1.HeaderClassName
{
color: #58095E;
}
.AnyTagClassName
{
color: #58095E;
}
</style>
background-color css
<style>
a { background-color: #58095E; }
a { background-color: rgb(88,9,94); }
div.DivClassName
{
background-color: #58095E;
}
.BgClassName
{
background-color: #58095E;
}
</style>
border-color css
<style>
span { border-color: #58095E; }
span { border-color: rgb(88,9,94); }
td.TdClassName
{
border-color: #58095E;
}
.TagClassName
{
border-color: #58095E;
}
</style>