Shades of Palatinate Purple #751766
Tints of Palatinate Purple #751766
RGB
CMYK
RGB Variations
Color information
#751766 (or 0x751766) is known color: Palatinate Purple. HEX triplet: 75, 17 and 66. RGB value is (117,23,102). Sum of RGB (Red+Green+Blue) = 117+23+102=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #751766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751766 is #8AE899. Grayscale: #3B3B3B. Windows color (decimal): -9103514 or 6690677. OLE color: 6690677.
HSL color Cylindrical-coordinate representation of color #751766: hue angle of 309.57º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751766 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 102 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.54 |
| HSL | 309.57º | 0.67% | 0.27% | - |
| HSV(B) | 309.57º | 0.8% | 0.46% | - |
| XYZ | 10.04 | 5.35 | 13.07 | - |
| YUV | 60.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 102 | 0 | 0.80 | 0.13 | 0.54 | 309.57 | 0.67 | 0.27 |
| Hex | 75 | 17 | 66 | 0 | 50 | D | 36 | 136 | 43 | 1B |
| Octal | 165 | 27 | 146 | 0 | 120 | 15 | 66 | 466 | 103 | 33 |
| Binary | 1110101 | 10111 | 1100110 | 0 | 1010000 | 1101 | 110110 | 100110110 | 1000011 | 11011 |
Color Harmonies of #751766
Complementary color
Monochromatic Colors of #751766
Black with #751766
Text Example
Text Example
White with #751766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751766; }
p { color: rgb(117,23,102); }
H1.HeaderClassName
{
color: #751766;
}
.AnyTagClassName
{
color: #751766;
}
</style>
background-color css
<style>
a { background-color: #751766; }
a { background-color: rgb(117,23,102); }
div.DivClassName
{
background-color: #751766;
}
.BgClassName
{
background-color: #751766;
}
</style>
border-color css
<style>
span { border-color: #751766; }
span { border-color: rgb(117,23,102); }
td.TdClassName
{
border-color: #751766;
}
.TagClassName
{
border-color: #751766;
}
</style>