Shades of Palatinate Purple #751760
Tints of Palatinate Purple #751760
RGB
CMYK
RGB Variations
Color information
#751760 (or 0x751760) is known color: Palatinate Purple. HEX triplet: 75, 17 and 60. RGB value is (117,23,96). Sum of RGB (Red+Green+Blue) = 117+23+96=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #751760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751760 is #8AE89F. Grayscale: #3B3B3B. Windows color (decimal): -9103520 or 6297461. OLE color: 6297461.
HSL color Cylindrical-coordinate representation of color #751760: hue angle of 313.4º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751760 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 96 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.54 |
| HSL | 313.4º | 0.67% | 0.27% | - |
| HSV(B) | 313.4º | 0.8% | 0.46% | - |
| XYZ | 9.75 | 5.24 | 11.56 | - |
| YUV | 59.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 96 | 0 | 0.80 | 0.18 | 0.54 | 313.4 | 0.67 | 0.27 |
| Hex | 75 | 17 | 60 | 0 | 50 | 12 | 36 | 139 | 43 | 1B |
| Octal | 165 | 27 | 140 | 0 | 120 | 22 | 66 | 471 | 103 | 33 |
| Binary | 1110101 | 10111 | 1100000 | 0 | 1010000 | 10010 | 110110 | 100111001 | 1000011 | 11011 |
Color Harmonies of #751760
Complementary color
Monochromatic Colors of #751760
Black with #751760
Text Example
Text Example
White with #751760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751760; }
p { color: rgb(117,23,96); }
H1.HeaderClassName
{
color: #751760;
}
.AnyTagClassName
{
color: #751760;
}
</style>
background-color css
<style>
a { background-color: #751760; }
a { background-color: rgb(117,23,96); }
div.DivClassName
{
background-color: #751760;
}
.BgClassName
{
background-color: #751760;
}
</style>
border-color css
<style>
span { border-color: #751760; }
span { border-color: rgb(117,23,96); }
td.TdClassName
{
border-color: #751760;
}
.TagClassName
{
border-color: #751760;
}
</style>