Shades of Palatinate Purple #751964
Tints of Palatinate Purple #751964
RGB
CMYK
RGB Variations
Color information
#751964 (or 0x751964) is known color: Palatinate Purple. HEX triplet: 75, 19 and 64. RGB value is (117,25,100). Sum of RGB (Red+Green+Blue) = 117+25+100=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #751964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751964 is #8AE69B. Grayscale: #3C3C3C. Windows color (decimal): -9103004 or 6560117. OLE color: 6560117.
HSL color Cylindrical-coordinate representation of color #751964: hue angle of 311.09º degrees, saturation: 0.65, 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 #751964 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 100 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.54 |
| HSL | 311.09º | 0.65% | 0.28% | - |
| HSV(B) | 311.09º | 0.79% | 0.46% | - |
| XYZ | 9.98 | 5.4 | 12.57 | - |
| YUV | 61.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 100 | 0 | 0.79 | 0.15 | 0.54 | 311.09 | 0.65 | 0.28 |
| Hex | 75 | 19 | 64 | 0 | 4F | F | 36 | 137 | 41 | 1C |
| Octal | 165 | 31 | 144 | 0 | 117 | 17 | 66 | 467 | 101 | 34 |
| Binary | 1110101 | 11001 | 1100100 | 0 | 1001111 | 1111 | 110110 | 100110111 | 1000001 | 11100 |
Color Harmonies of #751964
Complementary color
Monochromatic Colors of #751964
Black with #751964
Text Example
Text Example
White with #751964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751964; }
p { color: rgb(117,25,100); }
H1.HeaderClassName
{
color: #751964;
}
.AnyTagClassName
{
color: #751964;
}
</style>
background-color css
<style>
a { background-color: #751964; }
a { background-color: rgb(117,25,100); }
div.DivClassName
{
background-color: #751964;
}
.BgClassName
{
background-color: #751964;
}
</style>
border-color css
<style>
span { border-color: #751964; }
span { border-color: rgb(117,25,100); }
td.TdClassName
{
border-color: #751964;
}
.TagClassName
{
border-color: #751964;
}
</style>