Shades of Dark Violet #7F0BAE
Tints of Dark Violet #7F0BAE
RGB
CMYK
RGB Variations
Color information
#7F0BAE (or 0x7F0BAE) is known color: Dark Violet. HEX triplet: 7F, 0B and AE. RGB value is (127,11,174). Sum of RGB (Red+Green+Blue) = 127+11+174=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F0BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0BAE is #80F451. Grayscale: #3F3F3F. Windows color (decimal): -8451154 or 11406207. OLE color: 11406207.
HSL color Cylindrical-coordinate representation of color #7F0BAE: hue angle of 282.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BAE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 11 | 174 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.32 |
| HSL | 282.7º | 0.88% | 0.36% | - |
| HSV(B) | 282.7º | 0.94% | 0.68% | - |
| XYZ | 16.51 | 7.81 | 40.68 | - |
| YUV | 64.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 174 | 0.27 | 0.94 | 0 | 0.32 | 282.7 | 0.88 | 0.36 |
| Hex | 7F | B | AE | 1B | 5E | 0 | 20 | 11B | 58 | 24 |
| Octal | 177 | 13 | 256 | 33 | 136 | 0 | 40 | 433 | 130 | 44 |
| Binary | 1111111 | 1011 | 10101110 | 11011 | 1011110 | 0 | 100000 | 100011011 | 1011000 | 100100 |
Color Harmonies of #7F0BAE
Complementary color
Monochromatic Colors of #7F0BAE
Black with #7F0BAE
Text Example
Text Example
White with #7F0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BAE; }
p { color: rgb(127,11,174); }
H1.HeaderClassName
{
color: #7F0BAE;
}
.AnyTagClassName
{
color: #7F0BAE;
}
</style>
background-color css
<style>
a { background-color: #7F0BAE; }
a { background-color: rgb(127,11,174); }
div.DivClassName
{
background-color: #7F0BAE;
}
.BgClassName
{
background-color: #7F0BAE;
}
</style>
border-color css
<style>
span { border-color: #7F0BAE; }
span { border-color: rgb(127,11,174); }
td.TdClassName
{
border-color: #7F0BAE;
}
.TagClassName
{
border-color: #7F0BAE;
}
</style>