Shades of Blue Violet #7820FE
Tints of Blue Violet #7820FE
RGB
CMYK
RGB Variations
Color information
#7820FE (or 0x7820FE) is known color: Blue Violet. HEX triplet: 78, 20 and FE. RGB value is (120,32,254). Sum of RGB (Red+Green+Blue) = 120+32+254=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #7820FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7820FE is #87DF01. Grayscale: #525252. Windows color (decimal): -8904450 or 16654456. OLE color: 16654456.
HSL color Cylindrical-coordinate representation of color #7820FE: hue angle of 263.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7820FE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 32 | 254 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.00 |
| HSL | 263.78º | 0.99% | 0.56% | - |
| HSV(B) | 263.78º | 0.87% | 1% | - |
| XYZ | 26.15 | 12.18 | 94.74 | - |
| YUV | 83.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 254 | 0.53 | 0.87 | 0 | 0.00 | 263.78 | 0.99 | 0.56 |
| Hex | 78 | 20 | FE | 35 | 57 | 0 | 0 | 108 | 63 | 38 |
| Octal | 170 | 40 | 376 | 65 | 127 | 0 | 0 | 410 | 143 | 70 |
| Binary | 1111000 | 100000 | 11111110 | 110101 | 1010111 | 0 | 0 | 100001000 | 1100011 | 111000 |
Color Harmonies of #7820FE
Complementary color
Monochromatic Colors of #7820FE
Black with #7820FE
Text Example
Text Example
White with #7820FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7820FE; }
p { color: rgb(120,32,254); }
H1.HeaderClassName
{
color: #7820FE;
}
.AnyTagClassName
{
color: #7820FE;
}
</style>
background-color css
<style>
a { background-color: #7820FE; }
a { background-color: rgb(120,32,254); }
div.DivClassName
{
background-color: #7820FE;
}
.BgClassName
{
background-color: #7820FE;
}
</style>
border-color css
<style>
span { border-color: #7820FE; }
span { border-color: rgb(120,32,254); }
td.TdClassName
{
border-color: #7820FE;
}
.TagClassName
{
border-color: #7820FE;
}
</style>