Shades of Purple #76187F
Tints of Purple #76187F
RGB
CMYK
RGB Variations
Color information
#76187F (or 0x76187F) is known color: Purple. HEX triplet: 76, 18 and 7F. RGB value is (118,24,127). Sum of RGB (Red+Green+Blue) = 118+24+127=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #76187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76187F is #89E780. Grayscale: #3F3F3F. Windows color (decimal): -9037697 or 8329334. OLE color: 8329334.
HSL color Cylindrical-coordinate representation of color #76187F: hue angle of 294.76º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76187F is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 24 | 127 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.50 |
| HSL | 294.76º | 0.68% | 0.3% | - |
| HSV(B) | 294.76º | 0.81% | 0.5% | - |
| XYZ | 11.63 | 6.04 | 20.63 | - |
| YUV | 63.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 127 | 0.07 | 0.81 | 0 | 0.50 | 294.76 | 0.68 | 0.3 |
| Hex | 76 | 18 | 7F | 7 | 51 | 0 | 32 | 127 | 44 | 1E |
| Octal | 166 | 30 | 177 | 7 | 121 | 0 | 62 | 447 | 104 | 36 |
| Binary | 1110110 | 11000 | 1111111 | 111 | 1010001 | 0 | 110010 | 100100111 | 1000100 | 11110 |
Color Harmonies of #76187F
Complementary color
Monochromatic Colors of #76187F
Black with #76187F
Text Example
Text Example
White with #76187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76187F; }
p { color: rgb(118,24,127); }
H1.HeaderClassName
{
color: #76187F;
}
.AnyTagClassName
{
color: #76187F;
}
</style>
background-color css
<style>
a { background-color: #76187F; }
a { background-color: rgb(118,24,127); }
div.DivClassName
{
background-color: #76187F;
}
.BgClassName
{
background-color: #76187F;
}
</style>
border-color css
<style>
span { border-color: #76187F; }
span { border-color: rgb(118,24,127); }
td.TdClassName
{
border-color: #76187F;
}
.TagClassName
{
border-color: #76187F;
}
</style>