Shades of Blue Violet #7817DC
Tints of Blue Violet #7817DC
RGB
CMYK
RGB Variations
Color information
#7817DC (or 0x7817DC) is known color: Blue Violet. HEX triplet: 78, 17 and DC. RGB value is (120,23,220). Sum of RGB (Red+Green+Blue) = 120+23+220=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #7817DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7817DC is #87E823. Grayscale: #494949. Windows color (decimal): -8906788 or 14423928. OLE color: 14423928.
HSL color Cylindrical-coordinate representation of color #7817DC: hue angle of 269.54º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7817DC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 23 | 220 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.14 |
| HSL | 269.54º | 0.81% | 0.48% | - |
| HSV(B) | 269.54º | 0.9% | 0.86% | - |
| XYZ | 20.97 | 9.77 | 68.49 | - |
| YUV | 74.46 | 210.14 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 220 | 0.45 | 0.90 | 0 | 0.14 | 269.54 | 0.81 | 0.48 |
| Hex | 78 | 17 | DC | 2D | 5A | 0 | E | 10E | 51 | 30 |
| Octal | 170 | 27 | 334 | 55 | 132 | 0 | 16 | 416 | 121 | 60 |
| Binary | 1111000 | 10111 | 11011100 | 101101 | 1011010 | 0 | 1110 | 100001110 | 1010001 | 110000 |
Color Harmonies of #7817DC
Complementary color
Monochromatic Colors of #7817DC
Black with #7817DC
Text Example
Text Example
White with #7817DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7817DC; }
p { color: rgb(120,23,220); }
H1.HeaderClassName
{
color: #7817DC;
}
.AnyTagClassName
{
color: #7817DC;
}
</style>
background-color css
<style>
a { background-color: #7817DC; }
a { background-color: rgb(120,23,220); }
div.DivClassName
{
background-color: #7817DC;
}
.BgClassName
{
background-color: #7817DC;
}
</style>
border-color css
<style>
span { border-color: #7817DC; }
span { border-color: rgb(120,23,220); }
td.TdClassName
{
border-color: #7817DC;
}
.TagClassName
{
border-color: #7817DC;
}
</style>