Shades of Dark Violet #7F0BBA
Tints of Dark Violet #7F0BBA
RGB
CMYK
RGB Variations
Color information
#7F0BBA (or 0x7F0BBA) is known color: Dark Violet. HEX triplet: 7F, 0B and BA. RGB value is (127,11,186). Sum of RGB (Red+Green+Blue) = 127+11+186=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BBA is #80F445. Grayscale: #414141. Windows color (decimal): -8451142 or 12192639. OLE color: 12192639.
HSL color Cylindrical-coordinate representation of color #7F0BBA: hue angle of 279.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BBA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 11 | 186 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.27 |
| HSL | 279.77º | 0.89% | 0.39% | - |
| HSV(B) | 279.77º | 0.94% | 0.73% | - |
| XYZ | 17.73 | 8.3 | 47.12 | - |
| YUV | 65.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 186 | 0.32 | 0.94 | 0 | 0.27 | 279.77 | 0.89 | 0.39 |
| Hex | 7F | B | BA | 20 | 5E | 0 | 1B | 118 | 59 | 27 |
| Octal | 177 | 13 | 272 | 40 | 136 | 0 | 33 | 430 | 131 | 47 |
| Binary | 1111111 | 1011 | 10111010 | 100000 | 1011110 | 0 | 11011 | 100011000 | 1011001 | 100111 |
Color Harmonies of #7F0BBA
Complementary color
Monochromatic Colors of #7F0BBA
Black with #7F0BBA
Text Example
Text Example
White with #7F0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BBA; }
p { color: rgb(127,11,186); }
H1.HeaderClassName
{
color: #7F0BBA;
}
.AnyTagClassName
{
color: #7F0BBA;
}
</style>
background-color css
<style>
a { background-color: #7F0BBA; }
a { background-color: rgb(127,11,186); }
div.DivClassName
{
background-color: #7F0BBA;
}
.BgClassName
{
background-color: #7F0BBA;
}
</style>
border-color css
<style>
span { border-color: #7F0BBA; }
span { border-color: rgb(127,11,186); }
td.TdClassName
{
border-color: #7F0BBA;
}
.TagClassName
{
border-color: #7F0BBA;
}
</style>