Shades of Blue Violet #7830FE
Tints of Blue Violet #7830FE
RGB
CMYK
RGB Variations
Color information
#7830FE (or 0x7830FE) is known color: Blue Violet. HEX triplet: 78, 30 and FE. RGB value is (120,48,254). Sum of RGB (Red+Green+Blue) = 120+48+254=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #7830FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7830FE is #87CF01. Grayscale: #5C5C5C. Windows color (decimal): -8900354 or 16658552. OLE color: 16658552.
HSL color Cylindrical-coordinate representation of color #7830FE: hue angle of 260.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7830FE is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 48 | 254 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.00 |
| HSL | 260.97º | 0.99% | 0.59% | - |
| HSV(B) | 260.97º | 0.81% | 1% | - |
| XYZ | 26.69 | 13.26 | 94.92 | - |
| YUV | 93.01 | 218.85 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 254 | 0.53 | 0.81 | 0 | 0.00 | 260.97 | 0.99 | 0.59 |
| Hex | 78 | 30 | FE | 35 | 51 | 0 | 0 | 105 | 63 | 3B |
| Octal | 170 | 60 | 376 | 65 | 121 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1111000 | 110000 | 11111110 | 110101 | 1010001 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #7830FE
Complementary color
Monochromatic Colors of #7830FE
Black with #7830FE
Text Example
Text Example
White with #7830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830FE; }
p { color: rgb(120,48,254); }
H1.HeaderClassName
{
color: #7830FE;
}
.AnyTagClassName
{
color: #7830FE;
}
</style>
background-color css
<style>
a { background-color: #7830FE; }
a { background-color: rgb(120,48,254); }
div.DivClassName
{
background-color: #7830FE;
}
.BgClassName
{
background-color: #7830FE;
}
</style>
border-color css
<style>
span { border-color: #7830FE; }
span { border-color: rgb(120,48,254); }
td.TdClassName
{
border-color: #7830FE;
}
.TagClassName
{
border-color: #7830FE;
}
</style>