Shades of Blue Violet #7828EE
Tints of Blue Violet #7828EE
RGB
CMYK
RGB Variations
Color information
#7828EE (or 0x7828EE) is known color: Blue Violet. HEX triplet: 78, 28 and EE. RGB value is (120,40,238). Sum of RGB (Red+Green+Blue) = 120+40+238=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #7828EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7828EE is #87D711. Grayscale: #555555. Windows color (decimal): -8902418 or 15607928. OLE color: 15607928.
HSL color Cylindrical-coordinate representation of color #7828EE: hue angle of 264.24º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7828EE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 40 | 238 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.07 |
| HSL | 264.24º | 0.85% | 0.55% | - |
| HSV(B) | 264.24º | 0.83% | 0.93% | - |
| XYZ | 23.94 | 11.68 | 81.88 | - |
| YUV | 86.49 | 213.5 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 238 | 0.50 | 0.83 | 0 | 0.07 | 264.24 | 0.85 | 0.55 |
| Hex | 78 | 28 | EE | 32 | 53 | 0 | 7 | 108 | 55 | 37 |
| Octal | 170 | 50 | 356 | 62 | 123 | 0 | 7 | 410 | 125 | 67 |
| Binary | 1111000 | 101000 | 11101110 | 110010 | 1010011 | 0 | 111 | 100001000 | 1010101 | 110111 |
Color Harmonies of #7828EE
Complementary color
Monochromatic Colors of #7828EE
Black with #7828EE
Text Example
Text Example
White with #7828EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828EE; }
p { color: rgb(120,40,238); }
H1.HeaderClassName
{
color: #7828EE;
}
.AnyTagClassName
{
color: #7828EE;
}
</style>
background-color css
<style>
a { background-color: #7828EE; }
a { background-color: rgb(120,40,238); }
div.DivClassName
{
background-color: #7828EE;
}
.BgClassName
{
background-color: #7828EE;
}
</style>
border-color css
<style>
span { border-color: #7828EE; }
span { border-color: rgb(120,40,238); }
td.TdClassName
{
border-color: #7828EE;
}
.TagClassName
{
border-color: #7828EE;
}
</style>