Shades of Blue Violet #7817DB
Tints of Blue Violet #7817DB
RGB
CMYK
RGB Variations
Color information
#7817DB (or 0x7817DB) is known color: Blue Violet. HEX triplet: 78, 17 and DB. RGB value is (120,23,219). Sum of RGB (Red+Green+Blue) = 120+23+219=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #7817DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7817DB is #87E824. Grayscale: #494949. Windows color (decimal): -8906789 or 14358392. OLE color: 14358392.
HSL color Cylindrical-coordinate representation of color #7817DB: hue angle of 269.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7817DB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 23 | 219 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 269.69º | 0.81% | 0.47% | - |
| HSV(B) | 269.69º | 0.89% | 0.86% | - |
| XYZ | 20.84 | 9.72 | 67.8 | - |
| YUV | 74.35 | 209.64 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 219 | 0.45 | 0.89 | 0 | 0.14 | 269.69 | 0.81 | 0.47 |
| Hex | 78 | 17 | DB | 2D | 59 | 0 | E | 10E | 51 | 2F |
| Octal | 170 | 27 | 333 | 55 | 131 | 0 | 16 | 416 | 121 | 57 |
| Binary | 1111000 | 10111 | 11011011 | 101101 | 1011001 | 0 | 1110 | 100001110 | 1010001 | 101111 |
Color Harmonies of #7817DB
Complementary color
Monochromatic Colors of #7817DB
Black with #7817DB
Text Example
Text Example
White with #7817DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7817DB; }
p { color: rgb(120,23,219); }
H1.HeaderClassName
{
color: #7817DB;
}
.AnyTagClassName
{
color: #7817DB;
}
</style>
background-color css
<style>
a { background-color: #7817DB; }
a { background-color: rgb(120,23,219); }
div.DivClassName
{
background-color: #7817DB;
}
.BgClassName
{
background-color: #7817DB;
}
</style>
border-color css
<style>
span { border-color: #7817DB; }
span { border-color: rgb(120,23,219); }
td.TdClassName
{
border-color: #7817DB;
}
.TagClassName
{
border-color: #7817DB;
}
</style>