Shades of Palatinate Purple #58174E
Tints of Palatinate Purple #58174E
RGB
CMYK
RGB Variations
Color information
#58174E (or 0x58174E) is known color: Palatinate Purple. HEX triplet: 58, 17 and 4E. RGB value is (88,23,78). Sum of RGB (Red+Green+Blue) = 88+23+78=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58174E is #A7E8B1. Grayscale: #303030. Windows color (decimal): -11004082 or 5117784. OLE color: 5117784.
HSL color Cylindrical-coordinate representation of color #58174E: hue angle of 309.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58174E is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 78 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.65 |
| HSL | 309.23º | 0.59% | 0.22% | - |
| HSV(B) | 309.23º | 0.74% | 0.35% | - |
| XYZ | 5.71 | 3.24 | 7.53 | - |
| YUV | 48.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 78 | 0 | 0.74 | 0.11 | 0.65 | 309.23 | 0.59 | 0.22 |
| Hex | 58 | 17 | 4E | 0 | 4A | B | 41 | 135 | 3B | 16 |
| Octal | 130 | 27 | 116 | 0 | 112 | 13 | 101 | 465 | 73 | 26 |
| Binary | 1011000 | 10111 | 1001110 | 0 | 1001010 | 1011 | 1000001 | 100110101 | 111011 | 10110 |
Color Harmonies of #58174E
Complementary color
Monochromatic Colors of #58174E
Black with #58174E
Text Example
Text Example
White with #58174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58174E; }
p { color: rgb(88,23,78); }
H1.HeaderClassName
{
color: #58174E;
}
.AnyTagClassName
{
color: #58174E;
}
</style>
background-color css
<style>
a { background-color: #58174E; }
a { background-color: rgb(88,23,78); }
div.DivClassName
{
background-color: #58174E;
}
.BgClassName
{
background-color: #58174E;
}
</style>
border-color css
<style>
span { border-color: #58174E; }
span { border-color: rgb(88,23,78); }
td.TdClassName
{
border-color: #58174E;
}
.TagClassName
{
border-color: #58174E;
}
</style>