Shades of Blue Violet #7830DB
Tints of Blue Violet #7830DB
RGB
CMYK
RGB Variations
Color information
#7830DB (or 0x7830DB) is known color: Blue Violet. HEX triplet: 78, 30 and DB. RGB value is (120,48,219). Sum of RGB (Red+Green+Blue) = 120+48+219=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #7830DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7830DB is #87CF24. Grayscale: #585858. Windows color (decimal): -8900389 or 14364792. OLE color: 14364792.
HSL color Cylindrical-coordinate representation of color #7830DB: hue angle of 265.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7830DB is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 48 | 219 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.14 |
| HSL | 265.26º | 0.7% | 0.52% | - |
| HSV(B) | 265.26º | 0.78% | 0.86% | - |
| XYZ | 21.59 | 11.22 | 68.05 | - |
| YUV | 89.02 | 201.35 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 219 | 0.45 | 0.78 | 0 | 0.14 | 265.26 | 0.7 | 0.52 |
| Hex | 78 | 30 | DB | 2D | 4E | 0 | E | 109 | 46 | 34 |
| Octal | 170 | 60 | 333 | 55 | 116 | 0 | 16 | 411 | 106 | 64 |
| Binary | 1111000 | 110000 | 11011011 | 101101 | 1001110 | 0 | 1110 | 100001001 | 1000110 | 110100 |
Color Harmonies of #7830DB
Complementary color
Monochromatic Colors of #7830DB
Black with #7830DB
Text Example
Text Example
White with #7830DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830DB; }
p { color: rgb(120,48,219); }
H1.HeaderClassName
{
color: #7830DB;
}
.AnyTagClassName
{
color: #7830DB;
}
</style>
background-color css
<style>
a { background-color: #7830DB; }
a { background-color: rgb(120,48,219); }
div.DivClassName
{
background-color: #7830DB;
}
.BgClassName
{
background-color: #7830DB;
}
</style>
border-color css
<style>
span { border-color: #7830DB; }
span { border-color: rgb(120,48,219); }
td.TdClassName
{
border-color: #7830DB;
}
.TagClassName
{
border-color: #7830DB;
}
</style>