Shades of Palatinate Purple #580753
Tints of Palatinate Purple #580753
RGB
CMYK
RGB Variations
Color information
#580753 (or 0x580753) is known color: Palatinate Purple. HEX triplet: 58, 07 and 53. RGB value is (88,7,83). Sum of RGB (Red+Green+Blue) = 88+7+83=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #580753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580753 is #A7F8AC. Grayscale: #272727. Windows color (decimal): -11008173 or 5441368. OLE color: 5441368.
HSL color Cylindrical-coordinate representation of color #580753: hue angle of 303.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580753 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 83 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.65 |
| HSL | 303.7º | 0.85% | 0.19% | - |
| HSV(B) | 303.7º | 0.92% | 0.35% | - |
| XYZ | 5.66 | 2.85 | 8.44 | - |
| YUV | 39.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 83 | 0 | 0.92 | 0.06 | 0.65 | 303.7 | 0.85 | 0.19 |
| Hex | 58 | 7 | 53 | 0 | 5C | 6 | 41 | 130 | 55 | 13 |
| Octal | 130 | 7 | 123 | 0 | 134 | 6 | 101 | 460 | 125 | 23 |
| Binary | 1011000 | 111 | 1010011 | 0 | 1011100 | 110 | 1000001 | 100110000 | 1010101 | 10011 |
Color Harmonies of #580753
Complementary color
Monochromatic Colors of #580753
Black with #580753
Text Example
Text Example
White with #580753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580753; }
p { color: rgb(88,7,83); }
H1.HeaderClassName
{
color: #580753;
}
.AnyTagClassName
{
color: #580753;
}
</style>
background-color css
<style>
a { background-color: #580753; }
a { background-color: rgb(88,7,83); }
div.DivClassName
{
background-color: #580753;
}
.BgClassName
{
background-color: #580753;
}
</style>
border-color css
<style>
span { border-color: #580753; }
span { border-color: rgb(88,7,83); }
td.TdClassName
{
border-color: #580753;
}
.TagClassName
{
border-color: #580753;
}
</style>