Shades of Palatinate Purple #762A69
Tints of Palatinate Purple #762A69
RGB
CMYK
RGB Variations
Color information
#762A69 (or 0x762A69) is known color: Palatinate Purple. HEX triplet: 76, 2A and 69. RGB value is (118,42,105). Sum of RGB (Red+Green+Blue) = 118+42+105=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A69 is #89D596. Grayscale: #474747. Windows color (decimal): -9033111 or 6892150. OLE color: 6892150.
HSL color Cylindrical-coordinate representation of color #762A69: hue angle of 310.26º 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 #762A69 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 105 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.54 |
| HSL | 310.26º | 0.48% | 0.31% | - |
| HSV(B) | 310.26º | 0.64% | 0.46% | - |
| XYZ | 10.85 | 6.53 | 14.05 | - |
| YUV | 71.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 105 | 0 | 0.64 | 0.11 | 0.54 | 310.26 | 0.48 | 0.31 |
| Hex | 76 | 2A | 69 | 0 | 40 | B | 36 | 136 | 30 | 1F |
| Octal | 166 | 52 | 151 | 0 | 100 | 13 | 66 | 466 | 60 | 37 |
| Binary | 1110110 | 101010 | 1101001 | 0 | 1000000 | 1011 | 110110 | 100110110 | 110000 | 11111 |
Color Harmonies of #762A69
Complementary color
Monochromatic Colors of #762A69
Black with #762A69
Text Example
Text Example
White with #762A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A69; }
p { color: rgb(118,42,105); }
H1.HeaderClassName
{
color: #762A69;
}
.AnyTagClassName
{
color: #762A69;
}
</style>
background-color css
<style>
a { background-color: #762A69; }
a { background-color: rgb(118,42,105); }
div.DivClassName
{
background-color: #762A69;
}
.BgClassName
{
background-color: #762A69;
}
</style>
border-color css
<style>
span { border-color: #762A69; }
span { border-color: rgb(118,42,105); }
td.TdClassName
{
border-color: #762A69;
}
.TagClassName
{
border-color: #762A69;
}
</style>