Shades of Blue Violet #7F16DC
Tints of Blue Violet #7F16DC
RGB
CMYK
RGB Variations
Color information
#7F16DC (or 0x7F16DC) is known color: Blue Violet. HEX triplet: 7F, 16 and DC. RGB value is (127,22,220). Sum of RGB (Red+Green+Blue) = 127+22+220=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16DC is #80E923. Grayscale: #4B4B4B. Windows color (decimal): -8448292 or 14423679. OLE color: 14423679.
HSL color Cylindrical-coordinate representation of color #7F16DC: hue angle of 271.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F16DC is Cyan = 0.42, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 22 | 220 | - |
| CMYK | 0.42 | 0.9 | 0 | 0.14 |
| HSL | 271.82º | 0.82% | 0.47% | - |
| HSV(B) | 271.82º | 0.9% | 0.86% | - |
| XYZ | 21.96 | 10.25 | 68.53 | - |
| YUV | 75.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 220 | 0.42 | 0.9 | 0 | 0.14 | 271.82 | 0.82 | 0.47 |
| Hex | 7F | 16 | DC | 2A | 5A | 0 | E | 110 | 52 | 2F |
| Octal | 177 | 26 | 334 | 52 | 132 | 0 | 16 | 420 | 122 | 57 |
| Binary | 1111111 | 10110 | 11011100 | 101010 | 1011010 | 0 | 1110 | 100010000 | 1010010 | 101111 |
Color Harmonies of #7F16DC
Complementary color
Monochromatic Colors of #7F16DC
Black with #7F16DC
Text Example
Text Example
White with #7F16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F16DC; }
p { color: rgb(127,22,220); }
H1.HeaderClassName
{
color: #7F16DC;
}
.AnyTagClassName
{
color: #7F16DC;
}
</style>
background-color css
<style>
a { background-color: #7F16DC; }
a { background-color: rgb(127,22,220); }
div.DivClassName
{
background-color: #7F16DC;
}
.BgClassName
{
background-color: #7F16DC;
}
</style>
border-color css
<style>
span { border-color: #7F16DC; }
span { border-color: rgb(127,22,220); }
td.TdClassName
{
border-color: #7F16DC;
}
.TagClassName
{
border-color: #7F16DC;
}
</style>