Shades of Palatinate Purple #751967
Tints of Palatinate Purple #751967
RGB
CMYK
RGB Variations
Color information
#751967 (or 0x751967) is known color: Palatinate Purple. HEX triplet: 75, 19 and 67. RGB value is (117,25,103). Sum of RGB (Red+Green+Blue) = 117+25+103=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #751967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751967 is #8AE698. Grayscale: #3D3D3D. Windows color (decimal): -9103001 or 6756725. OLE color: 6756725.
HSL color Cylindrical-coordinate representation of color #751967: hue angle of 309.13º 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 #751967 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 25 | 103 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.54 |
| HSL | 309.13º | 0.65% | 0.28% | - |
| HSV(B) | 309.13º | 0.79% | 0.46% | - |
| XYZ | 10.13 | 5.46 | 13.35 | - |
| YUV | 61.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 103 | 0 | 0.79 | 0.12 | 0.54 | 309.13 | 0.65 | 0.28 |
| Hex | 75 | 19 | 67 | 0 | 4F | C | 36 | 135 | 41 | 1C |
| Octal | 165 | 31 | 147 | 0 | 117 | 14 | 66 | 465 | 101 | 34 |
| Binary | 1110101 | 11001 | 1100111 | 0 | 1001111 | 1100 | 110110 | 100110101 | 1000001 | 11100 |
Color Harmonies of #751967
Complementary color
Monochromatic Colors of #751967
Black with #751967
Text Example
Text Example
White with #751967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751967; }
p { color: rgb(117,25,103); }
H1.HeaderClassName
{
color: #751967;
}
.AnyTagClassName
{
color: #751967;
}
</style>
background-color css
<style>
a { background-color: #751967; }
a { background-color: rgb(117,25,103); }
div.DivClassName
{
background-color: #751967;
}
.BgClassName
{
background-color: #751967;
}
</style>
border-color css
<style>
span { border-color: #751967; }
span { border-color: rgb(117,25,103); }
td.TdClassName
{
border-color: #751967;
}
.TagClassName
{
border-color: #751967;
}
</style>