Shades of Palatinate Purple #750963
Tints of Palatinate Purple #750963
RGB
CMYK
RGB Variations
Color information
#750963 (or 0x750963) is known color: Palatinate Purple. HEX triplet: 75, 09 and 63. RGB value is (117,9,99). Sum of RGB (Red+Green+Blue) = 117+9+99=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750963 is #8AF69C. Grayscale: #333333. Windows color (decimal): -9107101 or 6490485. OLE color: 6490485.
HSL color Cylindrical-coordinate representation of color #750963: hue angle of 310º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750963 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 99 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.54 |
| HSL | 310º | 0.86% | 0.25% | - |
| HSV(B) | 310º | 0.92% | 0.46% | - |
| XYZ | 9.69 | 4.88 | 12.24 | - |
| YUV | 51.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 99 | 0 | 0.92 | 0.15 | 0.54 | 310 | 0.86 | 0.25 |
| Hex | 75 | 9 | 63 | 0 | 5C | F | 36 | 136 | 56 | 19 |
| Octal | 165 | 11 | 143 | 0 | 134 | 17 | 66 | 466 | 126 | 31 |
| Binary | 1110101 | 1001 | 1100011 | 0 | 1011100 | 1111 | 110110 | 100110110 | 1010110 | 11001 |
Color Harmonies of #750963
Complementary color
Monochromatic Colors of #750963
Black with #750963
Text Example
Text Example
White with #750963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750963; }
p { color: rgb(117,9,99); }
H1.HeaderClassName
{
color: #750963;
}
.AnyTagClassName
{
color: #750963;
}
</style>
background-color css
<style>
a { background-color: #750963; }
a { background-color: rgb(117,9,99); }
div.DivClassName
{
background-color: #750963;
}
.BgClassName
{
background-color: #750963;
}
</style>
border-color css
<style>
span { border-color: #750963; }
span { border-color: rgb(117,9,99); }
td.TdClassName
{
border-color: #750963;
}
.TagClassName
{
border-color: #750963;
}
</style>