Shades of Palatinate Purple #761263
Tints of Palatinate Purple #761263
RGB
CMYK
RGB Variations
Color information
#761263 (or 0x761263) is known color: Palatinate Purple. HEX triplet: 76, 12 and 63. RGB value is (118,18,99). Sum of RGB (Red+Green+Blue) = 118+18+99=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #761263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761263 is #89ED9C. Grayscale: #383838. Windows color (decimal): -9039261 or 6492790. OLE color: 6492790.
HSL color Cylindrical-coordinate representation of color #761263: hue angle of 311.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761263 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 99 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.54 |
| HSL | 311.4º | 0.74% | 0.27% | - |
| HSV(B) | 311.4º | 0.85% | 0.46% | - |
| XYZ | 9.94 | 5.19 | 12.28 | - |
| YUV | 57.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 99 | 0 | 0.85 | 0.16 | 0.54 | 311.4 | 0.74 | 0.27 |
| Hex | 76 | 12 | 63 | 0 | 55 | 10 | 36 | 137 | 4A | 1B |
| Octal | 166 | 22 | 143 | 0 | 125 | 20 | 66 | 467 | 112 | 33 |
| Binary | 1110110 | 10010 | 1100011 | 0 | 1010101 | 10000 | 110110 | 100110111 | 1001010 | 11011 |
Color Harmonies of #761263
Complementary color
Monochromatic Colors of #761263
Black with #761263
Text Example
Text Example
White with #761263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761263; }
p { color: rgb(118,18,99); }
H1.HeaderClassName
{
color: #761263;
}
.AnyTagClassName
{
color: #761263;
}
</style>
background-color css
<style>
a { background-color: #761263; }
a { background-color: rgb(118,18,99); }
div.DivClassName
{
background-color: #761263;
}
.BgClassName
{
background-color: #761263;
}
</style>
border-color css
<style>
span { border-color: #761263; }
span { border-color: rgb(118,18,99); }
td.TdClassName
{
border-color: #761263;
}
.TagClassName
{
border-color: #761263;
}
</style>