Shades of Palatinate Purple #58085D
Tints of Palatinate Purple #58085D
RGB
CMYK
RGB Variations
Color information
#58085D (or 0x58085D) is known color: Palatinate Purple. HEX triplet: 58, 08 and 5D. RGB value is (88,8,93). Sum of RGB (Red+Green+Blue) = 88+8+93=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #58085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58085D is #A7F7A2. Grayscale: #292929. Windows color (decimal): -11007907 or 6096984. OLE color: 6096984.
HSL color Cylindrical-coordinate representation of color #58085D: hue angle of 296.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58085D is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 8 | 93 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.64 |
| HSL | 296.47º | 0.84% | 0.2% | - |
| HSV(B) | 296.47º | 0.91% | 0.36% | - |
| XYZ | 6.09 | 3.04 | 10.62 | - |
| YUV | 41.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 93 | 0.05 | 0.91 | 0 | 0.64 | 296.47 | 0.84 | 0.2 |
| Hex | 58 | 8 | 5D | 5 | 5B | 0 | 40 | 128 | 54 | 14 |
| Octal | 130 | 10 | 135 | 5 | 133 | 0 | 100 | 450 | 124 | 24 |
| Binary | 1011000 | 1000 | 1011101 | 101 | 1011011 | 0 | 1000000 | 100101000 | 1010100 | 10100 |
Color Harmonies of #58085D
Complementary color
Monochromatic Colors of #58085D
Black with #58085D
Text Example
Text Example
White with #58085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58085D; }
p { color: rgb(88,8,93); }
H1.HeaderClassName
{
color: #58085D;
}
.AnyTagClassName
{
color: #58085D;
}
</style>
background-color css
<style>
a { background-color: #58085D; }
a { background-color: rgb(88,8,93); }
div.DivClassName
{
background-color: #58085D;
}
.BgClassName
{
background-color: #58085D;
}
</style>
border-color css
<style>
span { border-color: #58085D; }
span { border-color: rgb(88,8,93); }
td.TdClassName
{
border-color: #58085D;
}
.TagClassName
{
border-color: #58085D;
}
</style>