Shades of Palatinate Purple #762A61
Tints of Palatinate Purple #762A61
RGB
CMYK
RGB Variations
Color information
#762A61 (or 0x762A61) is known color: Palatinate Purple. HEX triplet: 76, 2A and 61. RGB value is (118,42,97). Sum of RGB (Red+Green+Blue) = 118+42+97=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A61 is #89D59E. Grayscale: #464646. Windows color (decimal): -9033119 or 6367862. OLE color: 6367862.
HSL color Cylindrical-coordinate representation of color #762A61: hue angle of 316.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A61 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 97 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.54 |
| HSL | 316.58º | 0.48% | 0.31% | - |
| HSV(B) | 316.58º | 0.64% | 0.46% | - |
| XYZ | 10.46 | 6.37 | 11.99 | - |
| YUV | 70.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 97 | 0 | 0.64 | 0.18 | 0.54 | 316.58 | 0.48 | 0.31 |
| Hex | 76 | 2A | 61 | 0 | 40 | 12 | 36 | 13D | 30 | 1F |
| Octal | 166 | 52 | 141 | 0 | 100 | 22 | 66 | 475 | 60 | 37 |
| Binary | 1110110 | 101010 | 1100001 | 0 | 1000000 | 10010 | 110110 | 100111101 | 110000 | 11111 |
Color Harmonies of #762A61
Complementary color
Monochromatic Colors of #762A61
Black with #762A61
Text Example
Text Example
White with #762A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A61; }
p { color: rgb(118,42,97); }
H1.HeaderClassName
{
color: #762A61;
}
.AnyTagClassName
{
color: #762A61;
}
</style>
background-color css
<style>
a { background-color: #762A61; }
a { background-color: rgb(118,42,97); }
div.DivClassName
{
background-color: #762A61;
}
.BgClassName
{
background-color: #762A61;
}
</style>
border-color css
<style>
span { border-color: #762A61; }
span { border-color: rgb(118,42,97); }
td.TdClassName
{
border-color: #762A61;
}
.TagClassName
{
border-color: #762A61;
}
</style>