Shades of Palatinate Purple #58005A
Tints of Palatinate Purple #58005A
RGB
CMYK
RGB Variations
Color information
#58005A (or 0x58005A) is known color: Palatinate Purple. HEX triplet: 58, 00 and 5A. RGB value is (88,0,90). Sum of RGB (Red+Green+Blue) = 88+0+90=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #58005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58005A is #A7FFA5. Grayscale: #242424. Windows color (decimal): -11009958 or 5898328. OLE color: 5898328.
HSL color Cylindrical-coordinate representation of color #58005A: hue angle of 298.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58005A is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 90 | - |
| CMYK | 0.02 | 1 | 0 | 0.65 |
| HSL | 298.67º | 1% | 0.18% | - |
| HSV(B) | 298.67º | 1% | 0.35% | - |
| XYZ | 5.87 | 2.81 | 9.91 | - |
| YUV | 36.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 90 | 0.02 | 1 | 0 | 0.65 | 298.67 | 1 | 0.18 |
| Hex | 58 | 0 | 5A | 2 | 64 | 0 | 41 | 12B | 64 | 12 |
| Octal | 130 | 0 | 132 | 2 | 144 | 0 | 101 | 453 | 144 | 22 |
| Binary | 1011000 | 0 | 1011010 | 10 | 1100100 | 0 | 1000001 | 100101011 | 1100100 | 10010 |
Color Harmonies of #58005A
Complementary color
Monochromatic Colors of #58005A
Black with #58005A
Text Example
Text Example
White with #58005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58005A; }
p { color: rgb(88,0,90); }
H1.HeaderClassName
{
color: #58005A;
}
.AnyTagClassName
{
color: #58005A;
}
</style>
background-color css
<style>
a { background-color: #58005A; }
a { background-color: rgb(88,0,90); }
div.DivClassName
{
background-color: #58005A;
}
.BgClassName
{
background-color: #58005A;
}
</style>
border-color css
<style>
span { border-color: #58005A; }
span { border-color: rgb(88,0,90); }
td.TdClassName
{
border-color: #58005A;
}
.TagClassName
{
border-color: #58005A;
}
</style>