Shades of Blue Violet #7818EE
Tints of Blue Violet #7818EE
RGB
CMYK
RGB Variations
Color information
#7818EE (or 0x7818EE) is known color: Blue Violet. HEX triplet: 78, 18 and EE. RGB value is (120,24,238). Sum of RGB (Red+Green+Blue) = 120+24+238=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #7818EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818EE is #87E711. Grayscale: #4C4C4C. Windows color (decimal): -8906514 or 15603832. OLE color: 15603832.
HSL color Cylindrical-coordinate representation of color #7818EE: hue angle of 266.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7818EE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 24 | 238 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.07 |
| HSL | 266.92º | 0.86% | 0.51% | - |
| HSV(B) | 266.92º | 0.9% | 0.93% | - |
| XYZ | 23.5 | 10.82 | 81.74 | - |
| YUV | 77.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 238 | 0.50 | 0.90 | 0 | 0.07 | 266.92 | 0.86 | 0.51 |
| Hex | 78 | 18 | EE | 32 | 5A | 0 | 7 | 10B | 56 | 33 |
| Octal | 170 | 30 | 356 | 62 | 132 | 0 | 7 | 413 | 126 | 63 |
| Binary | 1111000 | 11000 | 11101110 | 110010 | 1011010 | 0 | 111 | 100001011 | 1010110 | 110011 |
Color Harmonies of #7818EE
Complementary color
Monochromatic Colors of #7818EE
Black with #7818EE
Text Example
Text Example
White with #7818EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7818EE; }
p { color: rgb(120,24,238); }
H1.HeaderClassName
{
color: #7818EE;
}
.AnyTagClassName
{
color: #7818EE;
}
</style>
background-color css
<style>
a { background-color: #7818EE; }
a { background-color: rgb(120,24,238); }
div.DivClassName
{
background-color: #7818EE;
}
.BgClassName
{
background-color: #7818EE;
}
</style>
border-color css
<style>
span { border-color: #7818EE; }
span { border-color: rgb(120,24,238); }
td.TdClassName
{
border-color: #7818EE;
}
.TagClassName
{
border-color: #7818EE;
}
</style>