Shades of Palatinate Purple #76286F
Tints of Palatinate Purple #76286F
RGB
CMYK
RGB Variations
Color information
#76286F (or 0x76286F) is known color: Palatinate Purple. HEX triplet: 76, 28 and 6F. RGB value is (118,40,111). Sum of RGB (Red+Green+Blue) = 118+40+111=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286F is #89D790. Grayscale: #474747. Windows color (decimal): -9033617 or 7284854. OLE color: 7284854.
HSL color Cylindrical-coordinate representation of color #76286F: hue angle of 305.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76286F is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 111 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.54 |
| HSL | 305.38º | 0.49% | 0.31% | - |
| HSV(B) | 305.38º | 0.66% | 0.46% | - |
| XYZ | 11.1 | 6.52 | 15.71 | - |
| YUV | 71.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 111 | 0 | 0.66 | 0.06 | 0.54 | 305.38 | 0.49 | 0.31 |
| Hex | 76 | 28 | 6F | 0 | 42 | 6 | 36 | 131 | 31 | 1F |
| Octal | 166 | 50 | 157 | 0 | 102 | 6 | 66 | 461 | 61 | 37 |
| Binary | 1110110 | 101000 | 1101111 | 0 | 1000010 | 110 | 110110 | 100110001 | 110001 | 11111 |
Color Harmonies of #76286F
Complementary color
Monochromatic Colors of #76286F
Black with #76286F
Text Example
Text Example
White with #76286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76286F; }
p { color: rgb(118,40,111); }
H1.HeaderClassName
{
color: #76286F;
}
.AnyTagClassName
{
color: #76286F;
}
</style>
background-color css
<style>
a { background-color: #76286F; }
a { background-color: rgb(118,40,111); }
div.DivClassName
{
background-color: #76286F;
}
.BgClassName
{
background-color: #76286F;
}
</style>
border-color css
<style>
span { border-color: #76286F; }
span { border-color: rgb(118,40,111); }
td.TdClassName
{
border-color: #76286F;
}
.TagClassName
{
border-color: #76286F;
}
</style>