Shades of Blue Violet #7814E6
Tints of Blue Violet #7814E6
RGB
CMYK
RGB Variations
Color information
#7814E6 (or 0x7814E6) is known color: Blue Violet. HEX triplet: 78, 14 and E6. RGB value is (120,20,230). Sum of RGB (Red+Green+Blue) = 120+20+230=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #7814E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7814E6 is #87EB19. Grayscale: #494949. Windows color (decimal): -8907546 or 15078520. OLE color: 15078520.
HSL color Cylindrical-coordinate representation of color #7814E6: hue angle of 268.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7814E6 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 20 | 230 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.10 |
| HSL | 268.57º | 0.84% | 0.49% | - |
| HSV(B) | 268.57º | 0.91% | 0.9% | - |
| XYZ | 22.28 | 10.21 | 75.66 | - |
| YUV | 73.84 | 216.13 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 230 | 0.48 | 0.91 | 0 | 0.10 | 268.57 | 0.84 | 0.49 |
| Hex | 78 | 14 | E6 | 30 | 5B | 0 | A | 10D | 54 | 31 |
| Octal | 170 | 24 | 346 | 60 | 133 | 0 | 12 | 415 | 124 | 61 |
| Binary | 1111000 | 10100 | 11100110 | 110000 | 1011011 | 0 | 1010 | 100001101 | 1010100 | 110001 |
Color Harmonies of #7814E6
Complementary color
Monochromatic Colors of #7814E6
Black with #7814E6
Text Example
Text Example
White with #7814E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7814E6; }
p { color: rgb(120,20,230); }
H1.HeaderClassName
{
color: #7814E6;
}
.AnyTagClassName
{
color: #7814E6;
}
</style>
background-color css
<style>
a { background-color: #7814E6; }
a { background-color: rgb(120,20,230); }
div.DivClassName
{
background-color: #7814E6;
}
.BgClassName
{
background-color: #7814E6;
}
</style>
border-color css
<style>
span { border-color: #7814E6; }
span { border-color: rgb(120,20,230); }
td.TdClassName
{
border-color: #7814E6;
}
.TagClassName
{
border-color: #7814E6;
}
</style>