Shades of Dark Violet #7F16BC
Tints of Dark Violet #7F16BC
RGB
CMYK
RGB Variations
Color information
#7F16BC (or 0x7F16BC) is known color: Dark Violet. HEX triplet: 7F, 16 and BC. RGB value is (127,22,188). Sum of RGB (Red+Green+Blue) = 127+22+188=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BC is #80E943. Grayscale: #474747. Windows color (decimal): -8448324 or 12326527. OLE color: 12326527.
HSL color Cylindrical-coordinate representation of color #7F16BC: hue angle of 277.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F16BC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 22 | 188 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.26 |
| HSL | 277.95º | 0.79% | 0.41% | - |
| HSV(B) | 277.95º | 0.88% | 0.74% | - |
| XYZ | 18.12 | 8.72 | 48.3 | - |
| YUV | 72.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 188 | 0.32 | 0.88 | 0 | 0.26 | 277.95 | 0.79 | 0.41 |
| Hex | 7F | 16 | BC | 20 | 58 | 0 | 1A | 116 | 4F | 29 |
| Octal | 177 | 26 | 274 | 40 | 130 | 0 | 32 | 426 | 117 | 51 |
| Binary | 1111111 | 10110 | 10111100 | 100000 | 1011000 | 0 | 11010 | 100010110 | 1001111 | 101001 |
Color Harmonies of #7F16BC
Complementary color
Monochromatic Colors of #7F16BC
Black with #7F16BC
Text Example
Text Example
White with #7F16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F16BC; }
p { color: rgb(127,22,188); }
H1.HeaderClassName
{
color: #7F16BC;
}
.AnyTagClassName
{
color: #7F16BC;
}
</style>
background-color css
<style>
a { background-color: #7F16BC; }
a { background-color: rgb(127,22,188); }
div.DivClassName
{
background-color: #7F16BC;
}
.BgClassName
{
background-color: #7F16BC;
}
</style>
border-color css
<style>
span { border-color: #7F16BC; }
span { border-color: rgb(127,22,188); }
td.TdClassName
{
border-color: #7F16BC;
}
.TagClassName
{
border-color: #7F16BC;
}
</style>