Shades of Palatinate Purple #58145B
Tints of Palatinate Purple #58145B
RGB
CMYK
RGB Variations
Color information
#58145B (or 0x58145B) is known color: Palatinate Purple. HEX triplet: 58, 14 and 5B. RGB value is (88,20,91). Sum of RGB (Red+Green+Blue) = 88+20+91=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #58145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58145B is #A7EBA4. Grayscale: #303030. Windows color (decimal): -11004837 or 5968984. OLE color: 5968984.
HSL color Cylindrical-coordinate representation of color #58145B: hue angle of 297.46º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58145B is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 20 | 91 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.64 |
| HSL | 297.46º | 0.64% | 0.22% | - |
| HSV(B) | 297.46º | 0.78% | 0.36% | - |
| XYZ | 6.16 | 3.33 | 10.22 | - |
| YUV | 48.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 91 | 0.03 | 0.78 | 0 | 0.64 | 297.46 | 0.64 | 0.22 |
| Hex | 58 | 14 | 5B | 3 | 4E | 0 | 40 | 129 | 40 | 16 |
| Octal | 130 | 24 | 133 | 3 | 116 | 0 | 100 | 451 | 100 | 26 |
| Binary | 1011000 | 10100 | 1011011 | 11 | 1001110 | 0 | 1000000 | 100101001 | 1000000 | 10110 |
Color Harmonies of #58145B
Complementary color
Monochromatic Colors of #58145B
Black with #58145B
Text Example
Text Example
White with #58145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58145B; }
p { color: rgb(88,20,91); }
H1.HeaderClassName
{
color: #58145B;
}
.AnyTagClassName
{
color: #58145B;
}
</style>
background-color css
<style>
a { background-color: #58145B; }
a { background-color: rgb(88,20,91); }
div.DivClassName
{
background-color: #58145B;
}
.BgClassName
{
background-color: #58145B;
}
</style>
border-color css
<style>
span { border-color: #58145B; }
span { border-color: rgb(88,20,91); }
td.TdClassName
{
border-color: #58145B;
}
.TagClassName
{
border-color: #58145B;
}
</style>