Shades of Palatinate Purple #580953
Tints of Palatinate Purple #580953
RGB
CMYK
RGB Variations
Color information
#580953 (or 0x580953) is known color: Palatinate Purple. HEX triplet: 58, 09 and 53. RGB value is (88,9,83). Sum of RGB (Red+Green+Blue) = 88+9+83=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #580953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580953 is #A7F6AC. Grayscale: #282828. Windows color (decimal): -11007661 or 5441880. OLE color: 5441880.
HSL color Cylindrical-coordinate representation of color #580953: hue angle of 303.8º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580953 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 83 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.65 |
| HSL | 303.8º | 0.81% | 0.19% | - |
| HSV(B) | 303.8º | 0.9% | 0.35% | - |
| XYZ | 5.68 | 2.89 | 8.44 | - |
| YUV | 41.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 83 | 0 | 0.90 | 0.06 | 0.65 | 303.8 | 0.81 | 0.19 |
| Hex | 58 | 9 | 53 | 0 | 5A | 6 | 41 | 130 | 51 | 13 |
| Octal | 130 | 11 | 123 | 0 | 132 | 6 | 101 | 460 | 121 | 23 |
| Binary | 1011000 | 1001 | 1010011 | 0 | 1011010 | 110 | 1000001 | 100110000 | 1010001 | 10011 |
Color Harmonies of #580953
Complementary color
Monochromatic Colors of #580953
Black with #580953
Text Example
Text Example
White with #580953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580953; }
p { color: rgb(88,9,83); }
H1.HeaderClassName
{
color: #580953;
}
.AnyTagClassName
{
color: #580953;
}
</style>
background-color css
<style>
a { background-color: #580953; }
a { background-color: rgb(88,9,83); }
div.DivClassName
{
background-color: #580953;
}
.BgClassName
{
background-color: #580953;
}
</style>
border-color css
<style>
span { border-color: #580953; }
span { border-color: rgb(88,9,83); }
td.TdClassName
{
border-color: #580953;
}
.TagClassName
{
border-color: #580953;
}
</style>