Shades of Palatinate Purple #751A65
Tints of Palatinate Purple #751A65
RGB
CMYK
RGB Variations
Color information
#751A65 (or 0x751A65) is known color: Palatinate Purple. HEX triplet: 75, 1A and 65. RGB value is (117,26,101). Sum of RGB (Red+Green+Blue) = 117+26+101=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #751A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A65 is #8AE59A. Grayscale: #3D3D3D. Windows color (decimal): -9102747 or 6625909. OLE color: 6625909.
HSL color Cylindrical-coordinate representation of color #751A65: hue angle of 310.55º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A65 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 101 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.54 |
| HSL | 310.55º | 0.64% | 0.28% | - |
| HSV(B) | 310.55º | 0.78% | 0.46% | - |
| XYZ | 10.05 | 5.46 | 12.84 | - |
| YUV | 61.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 101 | 0 | 0.78 | 0.14 | 0.54 | 310.55 | 0.64 | 0.28 |
| Hex | 75 | 1A | 65 | 0 | 4E | E | 36 | 137 | 40 | 1C |
| Octal | 165 | 32 | 145 | 0 | 116 | 16 | 66 | 467 | 100 | 34 |
| Binary | 1110101 | 11010 | 1100101 | 0 | 1001110 | 1110 | 110110 | 100110111 | 1000000 | 11100 |
Color Harmonies of #751A65
Complementary color
Monochromatic Colors of #751A65
Black with #751A65
Text Example
Text Example
White with #751A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A65; }
p { color: rgb(117,26,101); }
H1.HeaderClassName
{
color: #751A65;
}
.AnyTagClassName
{
color: #751A65;
}
</style>
background-color css
<style>
a { background-color: #751A65; }
a { background-color: rgb(117,26,101); }
div.DivClassName
{
background-color: #751A65;
}
.BgClassName
{
background-color: #751A65;
}
</style>
border-color css
<style>
span { border-color: #751A65; }
span { border-color: rgb(117,26,101); }
td.TdClassName
{
border-color: #751A65;
}
.TagClassName
{
border-color: #751A65;
}
</style>