Shades of Palatinate Purple #762B6F
Tints of Palatinate Purple #762B6F
RGB
CMYK
RGB Variations
Color information
#762B6F (or 0x762B6F) is known color: Palatinate Purple. HEX triplet: 76, 2B and 6F. RGB value is (118,43,111). Sum of RGB (Red+Green+Blue) = 118+43+111=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B6F is #89D490. Grayscale: #484848. Windows color (decimal): -9032849 or 7285622. OLE color: 7285622.
HSL color Cylindrical-coordinate representation of color #762B6F: hue angle of 305.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B6F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 111 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.54 |
| HSL | 305.6º | 0.47% | 0.32% | - |
| HSV(B) | 305.6º | 0.64% | 0.46% | - |
| XYZ | 11.2 | 6.73 | 15.75 | - |
| YUV | 73.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 111 | 0 | 0.64 | 0.06 | 0.54 | 305.6 | 0.47 | 0.32 |
| Hex | 76 | 2B | 6F | 0 | 40 | 6 | 36 | 132 | 2F | 20 |
| Octal | 166 | 53 | 157 | 0 | 100 | 6 | 66 | 462 | 57 | 40 |
| Binary | 1110110 | 101011 | 1101111 | 0 | 1000000 | 110 | 110110 | 100110010 | 101111 | 100000 |
Color Harmonies of #762B6F
Complementary color
Monochromatic Colors of #762B6F
Black with #762B6F
Text Example
Text Example
White with #762B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B6F; }
p { color: rgb(118,43,111); }
H1.HeaderClassName
{
color: #762B6F;
}
.AnyTagClassName
{
color: #762B6F;
}
</style>
background-color css
<style>
a { background-color: #762B6F; }
a { background-color: rgb(118,43,111); }
div.DivClassName
{
background-color: #762B6F;
}
.BgClassName
{
background-color: #762B6F;
}
</style>
border-color css
<style>
span { border-color: #762B6F; }
span { border-color: rgb(118,43,111); }
td.TdClassName
{
border-color: #762B6F;
}
.TagClassName
{
border-color: #762B6F;
}
</style>