Shades of Purple #760F7F
Tints of Purple #760F7F
RGB
CMYK
RGB Variations
Color information
#760F7F (or 0x760F7F) is known color: Purple. HEX triplet: 76, 0F and 7F. RGB value is (118,15,127). Sum of RGB (Red+Green+Blue) = 118+15+127=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #760F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F7F is #89F080. Grayscale: #3A3A3A. Windows color (decimal): -9040001 or 8327030. OLE color: 8327030.
HSL color Cylindrical-coordinate representation of color #760F7F: hue angle of 295.18º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760F7F is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 15 | 127 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.50 |
| HSL | 295.18º | 0.79% | 0.28% | - |
| HSV(B) | 295.18º | 0.88% | 0.5% | - |
| XYZ | 11.47 | 5.73 | 20.58 | - |
| YUV | 58.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 127 | 0.07 | 0.88 | 0 | 0.50 | 295.18 | 0.79 | 0.28 |
| Hex | 76 | F | 7F | 7 | 58 | 0 | 32 | 127 | 4F | 1C |
| Octal | 166 | 17 | 177 | 7 | 130 | 0 | 62 | 447 | 117 | 34 |
| Binary | 1110110 | 1111 | 1111111 | 111 | 1011000 | 0 | 110010 | 100100111 | 1001111 | 11100 |
Color Harmonies of #760F7F
Complementary color
Monochromatic Colors of #760F7F
Black with #760F7F
Text Example
Text Example
White with #760F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F7F; }
p { color: rgb(118,15,127); }
H1.HeaderClassName
{
color: #760F7F;
}
.AnyTagClassName
{
color: #760F7F;
}
</style>
background-color css
<style>
a { background-color: #760F7F; }
a { background-color: rgb(118,15,127); }
div.DivClassName
{
background-color: #760F7F;
}
.BgClassName
{
background-color: #760F7F;
}
</style>
border-color css
<style>
span { border-color: #760F7F; }
span { border-color: rgb(118,15,127); }
td.TdClassName
{
border-color: #760F7F;
}
.TagClassName
{
border-color: #760F7F;
}
</style>