Shades of Blue Violet #7833DB
Tints of Blue Violet #7833DB
RGB
CMYK
RGB Variations
Color information
#7833DB (or 0x7833DB) is known color: Blue Violet. HEX triplet: 78, 33 and DB. RGB value is (120,51,219). Sum of RGB (Red+Green+Blue) = 120+51+219=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #7833DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7833DB is #87CC24. Grayscale: #5A5A5A. Windows color (decimal): -8899621 or 14365560. OLE color: 14365560.
HSL color Cylindrical-coordinate representation of color #7833DB: hue angle of 264.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7833DB is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 51 | 219 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.14 |
| HSL | 264.64º | 0.7% | 0.53% | - |
| HSV(B) | 264.64º | 0.77% | 0.86% | - |
| XYZ | 21.72 | 11.48 | 68.09 | - |
| YUV | 90.78 | 200.36 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 219 | 0.45 | 0.77 | 0 | 0.14 | 264.64 | 0.7 | 0.53 |
| Hex | 78 | 33 | DB | 2D | 4D | 0 | E | 109 | 46 | 35 |
| Octal | 170 | 63 | 333 | 55 | 115 | 0 | 16 | 411 | 106 | 65 |
| Binary | 1111000 | 110011 | 11011011 | 101101 | 1001101 | 0 | 1110 | 100001001 | 1000110 | 110101 |
Color Harmonies of #7833DB
Complementary color
Monochromatic Colors of #7833DB
Black with #7833DB
Text Example
Text Example
White with #7833DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7833DB; }
p { color: rgb(120,51,219); }
H1.HeaderClassName
{
color: #7833DB;
}
.AnyTagClassName
{
color: #7833DB;
}
</style>
background-color css
<style>
a { background-color: #7833DB; }
a { background-color: rgb(120,51,219); }
div.DivClassName
{
background-color: #7833DB;
}
.BgClassName
{
background-color: #7833DB;
}
</style>
border-color css
<style>
span { border-color: #7833DB; }
span { border-color: rgb(120,51,219); }
td.TdClassName
{
border-color: #7833DB;
}
.TagClassName
{
border-color: #7833DB;
}
</style>