Shades of Purple #76127A
Tints of Purple #76127A
RGB
CMYK
RGB Variations
Color information
#76127A (or 0x76127A) is known color: Purple. HEX triplet: 76, 12 and 7A. RGB value is (118,18,122). Sum of RGB (Red+Green+Blue) = 118+18+122=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #76127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76127A is #89ED85. Grayscale: #3B3B3B. Windows color (decimal): -9039238 or 8000118. OLE color: 8000118.
HSL color Cylindrical-coordinate representation of color #76127A: hue angle of 297.69º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76127A is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 18 | 122 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.52 |
| HSL | 297.69º | 0.74% | 0.27% | - |
| HSV(B) | 297.69º | 0.85% | 0.48% | - |
| XYZ | 11.2 | 5.69 | 18.92 | - |
| YUV | 59.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 122 | 0.03 | 0.85 | 0 | 0.52 | 297.69 | 0.74 | 0.27 |
| Hex | 76 | 12 | 7A | 3 | 55 | 0 | 34 | 12A | 4A | 1B |
| Octal | 166 | 22 | 172 | 3 | 125 | 0 | 64 | 452 | 112 | 33 |
| Binary | 1110110 | 10010 | 1111010 | 11 | 1010101 | 0 | 110100 | 100101010 | 1001010 | 11011 |
Color Harmonies of #76127A
Complementary color
Monochromatic Colors of #76127A
Black with #76127A
Text Example
Text Example
White with #76127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76127A; }
p { color: rgb(118,18,122); }
H1.HeaderClassName
{
color: #76127A;
}
.AnyTagClassName
{
color: #76127A;
}
</style>
background-color css
<style>
a { background-color: #76127A; }
a { background-color: rgb(118,18,122); }
div.DivClassName
{
background-color: #76127A;
}
.BgClassName
{
background-color: #76127A;
}
</style>
border-color css
<style>
span { border-color: #76127A; }
span { border-color: rgb(118,18,122); }
td.TdClassName
{
border-color: #76127A;
}
.TagClassName
{
border-color: #76127A;
}
</style>