Shades of Palatinate Purple #751A60
Tints of Palatinate Purple #751A60
RGB
CMYK
RGB Variations
Color information
#751A60 (or 0x751A60) is known color: Palatinate Purple. HEX triplet: 75, 1A and 60. RGB value is (117,26,96). Sum of RGB (Red+Green+Blue) = 117+26+96=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A60 is #8AE59F. Grayscale: #3D3D3D. Windows color (decimal): -9102752 or 6298229. OLE color: 6298229.
HSL color Cylindrical-coordinate representation of color #751A60: hue angle of 313.85º 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 #751A60 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 96 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.54 |
| HSL | 313.85º | 0.64% | 0.28% | - |
| HSV(B) | 313.85º | 0.78% | 0.46% | - |
| XYZ | 9.82 | 5.37 | 11.58 | - |
| YUV | 61.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 96 | 0 | 0.78 | 0.18 | 0.54 | 313.85 | 0.64 | 0.28 |
| Hex | 75 | 1A | 60 | 0 | 4E | 12 | 36 | 13A | 40 | 1C |
| Octal | 165 | 32 | 140 | 0 | 116 | 22 | 66 | 472 | 100 | 34 |
| Binary | 1110101 | 11010 | 1100000 | 0 | 1001110 | 10010 | 110110 | 100111010 | 1000000 | 11100 |
Color Harmonies of #751A60
Complementary color
Monochromatic Colors of #751A60
Black with #751A60
Text Example
Text Example
White with #751A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A60; }
p { color: rgb(117,26,96); }
H1.HeaderClassName
{
color: #751A60;
}
.AnyTagClassName
{
color: #751A60;
}
</style>
background-color css
<style>
a { background-color: #751A60; }
a { background-color: rgb(117,26,96); }
div.DivClassName
{
background-color: #751A60;
}
.BgClassName
{
background-color: #751A60;
}
</style>
border-color css
<style>
span { border-color: #751A60; }
span { border-color: rgb(117,26,96); }
td.TdClassName
{
border-color: #751A60;
}
.TagClassName
{
border-color: #751A60;
}
</style>