Shades of Palatinate Purple #751863
Tints of Palatinate Purple #751863
RGB
CMYK
RGB Variations
Color information
#751863 (or 0x751863) is known color: Palatinate Purple. HEX triplet: 75, 18 and 63. RGB value is (117,24,99). Sum of RGB (Red+Green+Blue) = 117+24+99=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751863 is #8AE79C. Grayscale: #3C3C3C. Windows color (decimal): -9103261 or 6494325. OLE color: 6494325.
HSL color Cylindrical-coordinate representation of color #751863: hue angle of 311.61º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751863 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 99 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.54 |
| HSL | 311.61º | 0.66% | 0.28% | - |
| HSV(B) | 311.61º | 0.79% | 0.46% | - |
| XYZ | 9.91 | 5.34 | 12.31 | - |
| YUV | 60.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 99 | 0 | 0.79 | 0.15 | 0.54 | 311.61 | 0.66 | 0.28 |
| Hex | 75 | 18 | 63 | 0 | 4F | F | 36 | 138 | 42 | 1C |
| Octal | 165 | 30 | 143 | 0 | 117 | 17 | 66 | 470 | 102 | 34 |
| Binary | 1110101 | 11000 | 1100011 | 0 | 1001111 | 1111 | 110110 | 100111000 | 1000010 | 11100 |
Color Harmonies of #751863
Complementary color
Monochromatic Colors of #751863
Black with #751863
Text Example
Text Example
White with #751863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751863; }
p { color: rgb(117,24,99); }
H1.HeaderClassName
{
color: #751863;
}
.AnyTagClassName
{
color: #751863;
}
</style>
background-color css
<style>
a { background-color: #751863; }
a { background-color: rgb(117,24,99); }
div.DivClassName
{
background-color: #751863;
}
.BgClassName
{
background-color: #751863;
}
</style>
border-color css
<style>
span { border-color: #751863; }
span { border-color: rgb(117,24,99); }
td.TdClassName
{
border-color: #751863;
}
.TagClassName
{
border-color: #751863;
}
</style>