Shades of Palatinate Purple #751D66
Tints of Palatinate Purple #751D66
RGB
CMYK
RGB Variations
Color information
#751D66 (or 0x751D66) is known color: Palatinate Purple. HEX triplet: 75, 1D and 66. RGB value is (117,29,102). Sum of RGB (Red+Green+Blue) = 117+29+102=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D66 is #8AE299. Grayscale: #3F3F3F. Windows color (decimal): -9101978 or 6692213. OLE color: 6692213.
HSL color Cylindrical-coordinate representation of color #751D66: hue angle of 310.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D66 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 102 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.54 |
| HSL | 310.23º | 0.6% | 0.29% | - |
| HSV(B) | 310.23º | 0.75% | 0.46% | - |
| XYZ | 10.17 | 5.62 | 13.12 | - |
| YUV | 63.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 102 | 0 | 0.75 | 0.13 | 0.54 | 310.23 | 0.6 | 0.29 |
| Hex | 75 | 1D | 66 | 0 | 4B | D | 36 | 136 | 3C | 1D |
| Octal | 165 | 35 | 146 | 0 | 113 | 15 | 66 | 466 | 74 | 35 |
| Binary | 1110101 | 11101 | 1100110 | 0 | 1001011 | 1101 | 110110 | 100110110 | 111100 | 11101 |
Color Harmonies of #751D66
Complementary color
Monochromatic Colors of #751D66
Black with #751D66
Text Example
Text Example
White with #751D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D66; }
p { color: rgb(117,29,102); }
H1.HeaderClassName
{
color: #751D66;
}
.AnyTagClassName
{
color: #751D66;
}
</style>
background-color css
<style>
a { background-color: #751D66; }
a { background-color: rgb(117,29,102); }
div.DivClassName
{
background-color: #751D66;
}
.BgClassName
{
background-color: #751D66;
}
</style>
border-color css
<style>
span { border-color: #751D66; }
span { border-color: rgb(117,29,102); }
td.TdClassName
{
border-color: #751D66;
}
.TagClassName
{
border-color: #751D66;
}
</style>