Shades of Dark Violet #7F16BD
Tints of Dark Violet #7F16BD
RGB
CMYK
RGB Variations
Color information
#7F16BD (or 0x7F16BD) is known color: Dark Violet. HEX triplet: 7F, 16 and BD. RGB value is (127,22,189). Sum of RGB (Red+Green+Blue) = 127+22+189=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BD is #80E942. Grayscale: #474747. Windows color (decimal): -8448323 or 12392063. OLE color: 12392063.
HSL color Cylindrical-coordinate representation of color #7F16BD: hue angle of 277.72º 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 #7F16BD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 22 | 189 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.26 |
| HSL | 277.72º | 0.79% | 0.41% | - |
| HSV(B) | 277.72º | 0.88% | 0.74% | - |
| XYZ | 18.22 | 8.76 | 48.87 | - |
| YUV | 72.43 | 193.79 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 189 | 0.33 | 0.88 | 0 | 0.26 | 277.72 | 0.79 | 0.41 |
| Hex | 7F | 16 | BD | 21 | 58 | 0 | 1A | 116 | 4F | 29 |
| Octal | 177 | 26 | 275 | 41 | 130 | 0 | 32 | 426 | 117 | 51 |
| Binary | 1111111 | 10110 | 10111101 | 100001 | 1011000 | 0 | 11010 | 100010110 | 1001111 | 101001 |
Color Harmonies of #7F16BD
Complementary color
Monochromatic Colors of #7F16BD
Black with #7F16BD
Text Example
Text Example
White with #7F16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F16BD; }
p { color: rgb(127,22,189); }
H1.HeaderClassName
{
color: #7F16BD;
}
.AnyTagClassName
{
color: #7F16BD;
}
</style>
background-color css
<style>
a { background-color: #7F16BD; }
a { background-color: rgb(127,22,189); }
div.DivClassName
{
background-color: #7F16BD;
}
.BgClassName
{
background-color: #7F16BD;
}
</style>
border-color css
<style>
span { border-color: #7F16BD; }
span { border-color: rgb(127,22,189); }
td.TdClassName
{
border-color: #7F16BD;
}
.TagClassName
{
border-color: #7F16BD;
}
</style>