Shades of Blue Violet #7816DF
Tints of Blue Violet #7816DF
RGB
CMYK
RGB Variations
Color information
#7816DF (or 0x7816DF) is known color: Blue Violet. HEX triplet: 78, 16 and DF. RGB value is (120,22,223). Sum of RGB (Red+Green+Blue) = 120+22+223=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #7816DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7816DF is #87E920. Grayscale: #494949. Windows color (decimal): -8907041 or 14620280. OLE color: 14620280.
HSL color Cylindrical-coordinate representation of color #7816DF: hue angle of 269.25º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7816DF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 22 | 223 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.13 |
| HSL | 269.25º | 0.82% | 0.48% | - |
| HSV(B) | 269.25º | 0.9% | 0.87% | - |
| XYZ | 21.35 | 9.89 | 70.6 | - |
| YUV | 74.22 | 211.97 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 223 | 0.46 | 0.90 | 0 | 0.13 | 269.25 | 0.82 | 0.48 |
| Hex | 78 | 16 | DF | 2E | 5A | 0 | D | 10D | 52 | 30 |
| Octal | 170 | 26 | 337 | 56 | 132 | 0 | 15 | 415 | 122 | 60 |
| Binary | 1111000 | 10110 | 11011111 | 101110 | 1011010 | 0 | 1101 | 100001101 | 1010010 | 110000 |
Color Harmonies of #7816DF
Complementary color
Monochromatic Colors of #7816DF
Black with #7816DF
Text Example
Text Example
White with #7816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7816DF; }
p { color: rgb(120,22,223); }
H1.HeaderClassName
{
color: #7816DF;
}
.AnyTagClassName
{
color: #7816DF;
}
</style>
background-color css
<style>
a { background-color: #7816DF; }
a { background-color: rgb(120,22,223); }
div.DivClassName
{
background-color: #7816DF;
}
.BgClassName
{
background-color: #7816DF;
}
</style>
border-color css
<style>
span { border-color: #7816DF; }
span { border-color: rgb(120,22,223); }
td.TdClassName
{
border-color: #7816DF;
}
.TagClassName
{
border-color: #7816DF;
}
</style>