Shades of Blue Violet #7827FE
Tints of Blue Violet #7827FE
RGB
CMYK
RGB Variations
Color information
#7827FE (or 0x7827FE) is known color: Blue Violet. HEX triplet: 78, 27 and FE. RGB value is (120,39,254). Sum of RGB (Red+Green+Blue) = 120+39+254=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #7827FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7827FE is #87D801. Grayscale: #565656. Windows color (decimal): -8902658 or 16656248. OLE color: 16656248.
HSL color Cylindrical-coordinate representation of color #7827FE: hue angle of 262.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7827FE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 39 | 254 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.00 |
| HSL | 262.6º | 0.99% | 0.57% | - |
| HSV(B) | 262.6º | 0.85% | 1% | - |
| XYZ | 26.36 | 12.6 | 94.81 | - |
| YUV | 87.73 | 221.84 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 254 | 0.53 | 0.85 | 0 | 0.00 | 262.6 | 0.99 | 0.57 |
| Hex | 78 | 27 | FE | 35 | 55 | 0 | 0 | 107 | 63 | 39 |
| Octal | 170 | 47 | 376 | 65 | 125 | 0 | 0 | 407 | 143 | 71 |
| Binary | 1111000 | 100111 | 11111110 | 110101 | 1010101 | 0 | 0 | 100000111 | 1100011 | 111001 |
Color Harmonies of #7827FE
Complementary color
Monochromatic Colors of #7827FE
Black with #7827FE
Text Example
Text Example
White with #7827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7827FE; }
p { color: rgb(120,39,254); }
H1.HeaderClassName
{
color: #7827FE;
}
.AnyTagClassName
{
color: #7827FE;
}
</style>
background-color css
<style>
a { background-color: #7827FE; }
a { background-color: rgb(120,39,254); }
div.DivClassName
{
background-color: #7827FE;
}
.BgClassName
{
background-color: #7827FE;
}
</style>
border-color css
<style>
span { border-color: #7827FE; }
span { border-color: rgb(120,39,254); }
td.TdClassName
{
border-color: #7827FE;
}
.TagClassName
{
border-color: #7827FE;
}
</style>