Shades of Palatinate Purple #58045C
Tints of Palatinate Purple #58045C
RGB
CMYK
RGB Variations
Color information
#58045C (or 0x58045C) is known color: Palatinate Purple. HEX triplet: 58, 04 and 5C. RGB value is (88,4,92). Sum of RGB (Red+Green+Blue) = 88+4+92=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #58045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045C is #A7FBA3. Grayscale: #262626. Windows color (decimal): -11008932 or 6030424. OLE color: 6030424.
HSL color Cylindrical-coordinate representation of color #58045C: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58045C is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 4 | 92 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.64 |
| HSL | 297.27º | 0.92% | 0.19% | - |
| HSV(B) | 297.27º | 0.96% | 0.36% | - |
| XYZ | 6 | 2.93 | 10.38 | - |
| YUV | 39.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 92 | 0.04 | 0.96 | 0 | 0.64 | 297.27 | 0.92 | 0.19 |
| Hex | 58 | 4 | 5C | 4 | 60 | 0 | 40 | 129 | 5C | 13 |
| Octal | 130 | 4 | 134 | 4 | 140 | 0 | 100 | 451 | 134 | 23 |
| Binary | 1011000 | 100 | 1011100 | 100 | 1100000 | 0 | 1000000 | 100101001 | 1011100 | 10011 |
Color Harmonies of #58045C
Complementary color
Monochromatic Colors of #58045C
Black with #58045C
Text Example
Text Example
White with #58045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58045C; }
p { color: rgb(88,4,92); }
H1.HeaderClassName
{
color: #58045C;
}
.AnyTagClassName
{
color: #58045C;
}
</style>
background-color css
<style>
a { background-color: #58045C; }
a { background-color: rgb(88,4,92); }
div.DivClassName
{
background-color: #58045C;
}
.BgClassName
{
background-color: #58045C;
}
</style>
border-color css
<style>
span { border-color: #58045C; }
span { border-color: rgb(88,4,92); }
td.TdClassName
{
border-color: #58045C;
}
.TagClassName
{
border-color: #58045C;
}
</style>