Shades of Dark Violet #7F16BF
Tints of Dark Violet #7F16BF
RGB
CMYK
RGB Variations
Color information
#7F16BF (or 0x7F16BF) is known color: Dark Violet. HEX triplet: 7F, 16 and BF. RGB value is (127,22,191). Sum of RGB (Red+Green+Blue) = 127+22+191=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F16BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BF is #80E940. Grayscale: #484848. Windows color (decimal): -8448321 or 12523135. OLE color: 12523135.
HSL color Cylindrical-coordinate representation of color #7F16BF: hue angle of 277.28º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F16BF is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 22 | 191 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.25 |
| HSL | 277.28º | 0.79% | 0.42% | - |
| HSV(B) | 277.28º | 0.88% | 0.75% | - |
| XYZ | 18.44 | 8.85 | 50.03 | - |
| YUV | 72.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 191 | 0.34 | 0.88 | 0 | 0.25 | 277.28 | 0.79 | 0.42 |
| Hex | 7F | 16 | BF | 22 | 58 | 0 | 19 | 115 | 4F | 2A |
| Octal | 177 | 26 | 277 | 42 | 130 | 0 | 31 | 425 | 117 | 52 |
| Binary | 1111111 | 10110 | 10111111 | 100010 | 1011000 | 0 | 11001 | 100010101 | 1001111 | 101010 |
Color Harmonies of #7F16BF
Complementary color
Monochromatic Colors of #7F16BF
Black with #7F16BF
Text Example
Text Example
White with #7F16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F16BF; }
p { color: rgb(127,22,191); }
H1.HeaderClassName
{
color: #7F16BF;
}
.AnyTagClassName
{
color: #7F16BF;
}
</style>
background-color css
<style>
a { background-color: #7F16BF; }
a { background-color: rgb(127,22,191); }
div.DivClassName
{
background-color: #7F16BF;
}
.BgClassName
{
background-color: #7F16BF;
}
</style>
border-color css
<style>
span { border-color: #7F16BF; }
span { border-color: rgb(127,22,191); }
td.TdClassName
{
border-color: #7F16BF;
}
.TagClassName
{
border-color: #7F16BF;
}
</style>