Shades of Purple #76147B
Tints of Purple #76147B
RGB
CMYK
RGB Variations
Color information
#76147B (or 0x76147B) is known color: Purple. HEX triplet: 76, 14 and 7B. RGB value is (118,20,123). Sum of RGB (Red+Green+Blue) = 118+20+123=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #76147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76147B is #89EB84. Grayscale: #3C3C3C. Windows color (decimal): -9038725 or 8066166. OLE color: 8066166.
HSL color Cylindrical-coordinate representation of color #76147B: hue angle of 297.09º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76147B is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 20 | 123 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.52 |
| HSL | 297.09º | 0.72% | 0.28% | - |
| HSV(B) | 297.09º | 0.84% | 0.48% | - |
| XYZ | 11.3 | 5.78 | 19.26 | - |
| YUV | 61.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 123 | 0.04 | 0.84 | 0 | 0.52 | 297.09 | 0.72 | 0.28 |
| Hex | 76 | 14 | 7B | 4 | 54 | 0 | 34 | 129 | 48 | 1C |
| Octal | 166 | 24 | 173 | 4 | 124 | 0 | 64 | 451 | 110 | 34 |
| Binary | 1110110 | 10100 | 1111011 | 100 | 1010100 | 0 | 110100 | 100101001 | 1001000 | 11100 |
Color Harmonies of #76147B
Complementary color
Monochromatic Colors of #76147B
Black with #76147B
Text Example
Text Example
White with #76147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76147B; }
p { color: rgb(118,20,123); }
H1.HeaderClassName
{
color: #76147B;
}
.AnyTagClassName
{
color: #76147B;
}
</style>
background-color css
<style>
a { background-color: #76147B; }
a { background-color: rgb(118,20,123); }
div.DivClassName
{
background-color: #76147B;
}
.BgClassName
{
background-color: #76147B;
}
</style>
border-color css
<style>
span { border-color: #76147B; }
span { border-color: rgb(118,20,123); }
td.TdClassName
{
border-color: #76147B;
}
.TagClassName
{
border-color: #76147B;
}
</style>