Shades of Palatinate Purple #762A6C
Tints of Palatinate Purple #762A6C
RGB
CMYK
RGB Variations
Color information
#762A6C (or 0x762A6C) is known color: Palatinate Purple. HEX triplet: 76, 2A and 6C. RGB value is (118,42,108). Sum of RGB (Red+Green+Blue) = 118+42+108=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A6C is #89D593. Grayscale: #484848. Windows color (decimal): -9033108 or 7088758. OLE color: 7088758.
HSL color Cylindrical-coordinate representation of color #762A6C: hue angle of 307.89º 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 #762A6C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 108 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.54 |
| HSL | 307.89º | 0.48% | 0.31% | - |
| HSV(B) | 307.89º | 0.64% | 0.46% | - |
| XYZ | 11.01 | 6.59 | 14.88 | - |
| YUV | 72.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 108 | 0 | 0.64 | 0.08 | 0.54 | 307.89 | 0.48 | 0.31 |
| Hex | 76 | 2A | 6C | 0 | 40 | 8 | 36 | 134 | 30 | 1F |
| Octal | 166 | 52 | 154 | 0 | 100 | 10 | 66 | 464 | 60 | 37 |
| Binary | 1110110 | 101010 | 1101100 | 0 | 1000000 | 1000 | 110110 | 100110100 | 110000 | 11111 |
Color Harmonies of #762A6C
Complementary color
Monochromatic Colors of #762A6C
Black with #762A6C
Text Example
Text Example
White with #762A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A6C; }
p { color: rgb(118,42,108); }
H1.HeaderClassName
{
color: #762A6C;
}
.AnyTagClassName
{
color: #762A6C;
}
</style>
background-color css
<style>
a { background-color: #762A6C; }
a { background-color: rgb(118,42,108); }
div.DivClassName
{
background-color: #762A6C;
}
.BgClassName
{
background-color: #762A6C;
}
</style>
border-color css
<style>
span { border-color: #762A6C; }
span { border-color: rgb(118,42,108); }
td.TdClassName
{
border-color: #762A6C;
}
.TagClassName
{
border-color: #762A6C;
}
</style>