Shades of Palatinate Purple #752366
Tints of Palatinate Purple #752366
RGB
CMYK
RGB Variations
Color information
#752366 (or 0x752366) is known color: Palatinate Purple. HEX triplet: 75, 23 and 66. RGB value is (117,35,102). Sum of RGB (Red+Green+Blue) = 117+35+102=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #752366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752366 is #8ADC99. Grayscale: #424242. Windows color (decimal): -9100442 or 6693749. OLE color: 6693749.
HSL color Cylindrical-coordinate representation of color #752366: hue angle of 310.98º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752366 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 102 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.54 |
| HSL | 310.98º | 0.54% | 0.3% | - |
| HSV(B) | 310.98º | 0.7% | 0.46% | - |
| XYZ | 10.34 | 5.94 | 13.17 | - |
| YUV | 67.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 102 | 0 | 0.70 | 0.13 | 0.54 | 310.98 | 0.54 | 0.3 |
| Hex | 75 | 23 | 66 | 0 | 46 | D | 36 | 137 | 36 | 1E |
| Octal | 165 | 43 | 146 | 0 | 106 | 15 | 66 | 467 | 66 | 36 |
| Binary | 1110101 | 100011 | 1100110 | 0 | 1000110 | 1101 | 110110 | 100110111 | 110110 | 11110 |
Color Harmonies of #752366
Complementary color
Monochromatic Colors of #752366
Black with #752366
Text Example
Text Example
White with #752366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752366; }
p { color: rgb(117,35,102); }
H1.HeaderClassName
{
color: #752366;
}
.AnyTagClassName
{
color: #752366;
}
</style>
background-color css
<style>
a { background-color: #752366; }
a { background-color: rgb(117,35,102); }
div.DivClassName
{
background-color: #752366;
}
.BgClassName
{
background-color: #752366;
}
</style>
border-color css
<style>
span { border-color: #752366; }
span { border-color: rgb(117,35,102); }
td.TdClassName
{
border-color: #752366;
}
.TagClassName
{
border-color: #752366;
}
</style>