Shades of Dark Violet #7F0BBC
Tints of Dark Violet #7F0BBC
RGB
CMYK
RGB Variations
Color information
#7F0BBC (or 0x7F0BBC) is known color: Dark Violet. HEX triplet: 7F, 0B and BC. RGB value is (127,11,188). Sum of RGB (Red+Green+Blue) = 127+11+188=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BBC is #80F443. Grayscale: #414141. Windows color (decimal): -8451140 or 12323711. OLE color: 12323711.
HSL color Cylindrical-coordinate representation of color #7F0BBC: hue angle of 279.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BBC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 11 | 188 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.32º | 0.89% | 0.39% | - |
| HSV(B) | 279.32º | 0.94% | 0.74% | - |
| XYZ | 17.95 | 8.38 | 48.25 | - |
| YUV | 65.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 188 | 0.32 | 0.94 | 0 | 0.26 | 279.32 | 0.89 | 0.39 |
| Hex | 7F | B | BC | 20 | 5E | 0 | 1A | 117 | 59 | 27 |
| Octal | 177 | 13 | 274 | 40 | 136 | 0 | 32 | 427 | 131 | 47 |
| Binary | 1111111 | 1011 | 10111100 | 100000 | 1011110 | 0 | 11010 | 100010111 | 1011001 | 100111 |
Color Harmonies of #7F0BBC
Complementary color
Monochromatic Colors of #7F0BBC
Black with #7F0BBC
Text Example
Text Example
White with #7F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BBC; }
p { color: rgb(127,11,188); }
H1.HeaderClassName
{
color: #7F0BBC;
}
.AnyTagClassName
{
color: #7F0BBC;
}
</style>
background-color css
<style>
a { background-color: #7F0BBC; }
a { background-color: rgb(127,11,188); }
div.DivClassName
{
background-color: #7F0BBC;
}
.BgClassName
{
background-color: #7F0BBC;
}
</style>
border-color css
<style>
span { border-color: #7F0BBC; }
span { border-color: rgb(127,11,188); }
td.TdClassName
{
border-color: #7F0BBC;
}
.TagClassName
{
border-color: #7F0BBC;
}
</style>