Shades of Palatinate Purple #58095A
Tints of Palatinate Purple #58095A
RGB
CMYK
RGB Variations
Color information
#58095A (or 0x58095A) is known color: Palatinate Purple. HEX triplet: 58, 09 and 5A. RGB value is (88,9,90). Sum of RGB (Red+Green+Blue) = 88+9+90=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #58095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095A is #A7F6A5. Grayscale: #292929. Windows color (decimal): -11007654 or 5900632. OLE color: 5900632.
HSL color Cylindrical-coordinate representation of color #58095A: hue angle of 298.52º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58095A is Cyan = 0.02, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 90 | - |
| CMYK | 0.02 | 0.9 | 0 | 0.65 |
| HSL | 298.52º | 0.82% | 0.19% | - |
| HSV(B) | 298.52º | 0.9% | 0.35% | - |
| XYZ | 5.97 | 3.01 | 9.94 | - |
| YUV | 41.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 90 | 0.02 | 0.9 | 0 | 0.65 | 298.52 | 0.82 | 0.19 |
| Hex | 58 | 9 | 5A | 2 | 5A | 0 | 41 | 12B | 52 | 13 |
| Octal | 130 | 11 | 132 | 2 | 132 | 0 | 101 | 453 | 122 | 23 |
| Binary | 1011000 | 1001 | 1011010 | 10 | 1011010 | 0 | 1000001 | 100101011 | 1010010 | 10011 |
Color Harmonies of #58095A
Complementary color
Monochromatic Colors of #58095A
Black with #58095A
Text Example
Text Example
White with #58095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58095A; }
p { color: rgb(88,9,90); }
H1.HeaderClassName
{
color: #58095A;
}
.AnyTagClassName
{
color: #58095A;
}
</style>
background-color css
<style>
a { background-color: #58095A; }
a { background-color: rgb(88,9,90); }
div.DivClassName
{
background-color: #58095A;
}
.BgClassName
{
background-color: #58095A;
}
</style>
border-color css
<style>
span { border-color: #58095A; }
span { border-color: rgb(88,9,90); }
td.TdClassName
{
border-color: #58095A;
}
.TagClassName
{
border-color: #58095A;
}
</style>