Shades of Palatinate Purple #750863
Tints of Palatinate Purple #750863
RGB
CMYK
RGB Variations
Color information
#750863 (or 0x750863) is known color: Palatinate Purple. HEX triplet: 75, 08 and 63. RGB value is (117,8,99). Sum of RGB (Red+Green+Blue) = 117+8+99=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750863 is #8AF79C. Grayscale: #323232. Windows color (decimal): -9107357 or 6490229. OLE color: 6490229.
HSL color Cylindrical-coordinate representation of color #750863: hue angle of 309.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750863 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 99 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.54 |
| HSL | 309.91º | 0.87% | 0.25% | - |
| HSV(B) | 309.91º | 0.93% | 0.46% | - |
| XYZ | 9.68 | 4.86 | 12.23 | - |
| YUV | 50.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 99 | 0 | 0.93 | 0.15 | 0.54 | 309.91 | 0.87 | 0.25 |
| Hex | 75 | 8 | 63 | 0 | 5D | F | 36 | 136 | 57 | 19 |
| Octal | 165 | 10 | 143 | 0 | 135 | 17 | 66 | 466 | 127 | 31 |
| Binary | 1110101 | 1000 | 1100011 | 0 | 1011101 | 1111 | 110110 | 100110110 | 1010111 | 11001 |
Color Harmonies of #750863
Complementary color
Monochromatic Colors of #750863
Black with #750863
Text Example
Text Example
White with #750863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750863; }
p { color: rgb(117,8,99); }
H1.HeaderClassName
{
color: #750863;
}
.AnyTagClassName
{
color: #750863;
}
</style>
background-color css
<style>
a { background-color: #750863; }
a { background-color: rgb(117,8,99); }
div.DivClassName
{
background-color: #750863;
}
.BgClassName
{
background-color: #750863;
}
</style>
border-color css
<style>
span { border-color: #750863; }
span { border-color: rgb(117,8,99); }
td.TdClassName
{
border-color: #750863;
}
.TagClassName
{
border-color: #750863;
}
</style>