Shades of Palatinate Purple #751666
Tints of Palatinate Purple #751666
RGB
CMYK
RGB Variations
Color information
#751666 (or 0x751666) is known color: Palatinate Purple. HEX triplet: 75, 16 and 66. RGB value is (117,22,102). Sum of RGB (Red+Green+Blue) = 117+22+102=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #751666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751666 is #8AE999. Grayscale: #3B3B3B. Windows color (decimal): -9103770 or 6690421. OLE color: 6690421.
HSL color Cylindrical-coordinate representation of color #751666: hue angle of 309.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751666 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 102 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.54 |
| HSL | 309.47º | 0.68% | 0.27% | - |
| HSV(B) | 309.47º | 0.81% | 0.46% | - |
| XYZ | 10.02 | 5.32 | 13.07 | - |
| YUV | 59.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 102 | 0 | 0.81 | 0.13 | 0.54 | 309.47 | 0.68 | 0.27 |
| Hex | 75 | 16 | 66 | 0 | 51 | D | 36 | 135 | 44 | 1B |
| Octal | 165 | 26 | 146 | 0 | 121 | 15 | 66 | 465 | 104 | 33 |
| Binary | 1110101 | 10110 | 1100110 | 0 | 1010001 | 1101 | 110110 | 100110101 | 1000100 | 11011 |
Color Harmonies of #751666
Complementary color
Monochromatic Colors of #751666
Black with #751666
Text Example
Text Example
White with #751666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751666; }
p { color: rgb(117,22,102); }
H1.HeaderClassName
{
color: #751666;
}
.AnyTagClassName
{
color: #751666;
}
</style>
background-color css
<style>
a { background-color: #751666; }
a { background-color: rgb(117,22,102); }
div.DivClassName
{
background-color: #751666;
}
.BgClassName
{
background-color: #751666;
}
</style>
border-color css
<style>
span { border-color: #751666; }
span { border-color: rgb(117,22,102); }
td.TdClassName
{
border-color: #751666;
}
.TagClassName
{
border-color: #751666;
}
</style>