Shades of Palatinate Purple #751165
Tints of Palatinate Purple #751165
RGB
CMYK
RGB Variations
Color information
#751165 (or 0x751165) is known color: Palatinate Purple. HEX triplet: 75, 11 and 65. RGB value is (117,17,101). Sum of RGB (Red+Green+Blue) = 117+17+101=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #751165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751165 is #8AEE9A. Grayscale: #383838. Windows color (decimal): -9105051 or 6623605. OLE color: 6623605.
HSL color Cylindrical-coordinate representation of color #751165: hue angle of 309.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751165 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 101 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.54 |
| HSL | 309.6º | 0.75% | 0.26% | - |
| HSV(B) | 309.6º | 0.85% | 0.46% | - |
| XYZ | 9.89 | 5.12 | 12.78 | - |
| YUV | 56.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 101 | 0 | 0.85 | 0.14 | 0.54 | 309.6 | 0.75 | 0.26 |
| Hex | 75 | 11 | 65 | 0 | 55 | E | 36 | 136 | 4B | 1A |
| Octal | 165 | 21 | 145 | 0 | 125 | 16 | 66 | 466 | 113 | 32 |
| Binary | 1110101 | 10001 | 1100101 | 0 | 1010101 | 1110 | 110110 | 100110110 | 1001011 | 11010 |
Color Harmonies of #751165
Complementary color
Monochromatic Colors of #751165
Black with #751165
Text Example
Text Example
White with #751165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751165; }
p { color: rgb(117,17,101); }
H1.HeaderClassName
{
color: #751165;
}
.AnyTagClassName
{
color: #751165;
}
</style>
background-color css
<style>
a { background-color: #751165; }
a { background-color: rgb(117,17,101); }
div.DivClassName
{
background-color: #751165;
}
.BgClassName
{
background-color: #751165;
}
</style>
border-color css
<style>
span { border-color: #751165; }
span { border-color: rgb(117,17,101); }
td.TdClassName
{
border-color: #751165;
}
.TagClassName
{
border-color: #751165;
}
</style>