Shades of Palatinate Purple #58035B
Tints of Palatinate Purple #58035B
RGB
CMYK
RGB Variations
Color information
#58035B (or 0x58035B) is known color: Palatinate Purple. HEX triplet: 58, 03 and 5B. RGB value is (88,3,91). Sum of RGB (Red+Green+Blue) = 88+3+91=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #58035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58035B is #A7FCA4. Grayscale: #262626. Windows color (decimal): -11009189 or 5964632. OLE color: 5964632.
HSL color Cylindrical-coordinate representation of color #58035B: hue angle of 297.95º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58035B is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 3 | 91 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.64 |
| HSL | 297.95º | 0.94% | 0.18% | - |
| HSV(B) | 297.95º | 0.97% | 0.36% | - |
| XYZ | 5.95 | 2.9 | 10.14 | - |
| YUV | 38.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 91 | 0.03 | 0.97 | 0 | 0.64 | 297.95 | 0.94 | 0.18 |
| Hex | 58 | 3 | 5B | 3 | 61 | 0 | 40 | 12A | 5E | 12 |
| Octal | 130 | 3 | 133 | 3 | 141 | 0 | 100 | 452 | 136 | 22 |
| Binary | 1011000 | 11 | 1011011 | 11 | 1100001 | 0 | 1000000 | 100101010 | 1011110 | 10010 |
Color Harmonies of #58035B
Complementary color
Monochromatic Colors of #58035B
Black with #58035B
Text Example
Text Example
White with #58035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58035B; }
p { color: rgb(88,3,91); }
H1.HeaderClassName
{
color: #58035B;
}
.AnyTagClassName
{
color: #58035B;
}
</style>
background-color css
<style>
a { background-color: #58035B; }
a { background-color: rgb(88,3,91); }
div.DivClassName
{
background-color: #58035B;
}
.BgClassName
{
background-color: #58035B;
}
</style>
border-color css
<style>
span { border-color: #58035B; }
span { border-color: rgb(88,3,91); }
td.TdClassName
{
border-color: #58035B;
}
.TagClassName
{
border-color: #58035B;
}
</style>