Shades of Blue Violet #7915EA
Tints of Blue Violet #7915EA
RGB
CMYK
RGB Variations
Color information
#7915EA (or 0x7915EA) is known color: Blue Violet. HEX triplet: 79, 15 and EA. RGB value is (121,21,234). Sum of RGB (Red+Green+Blue) = 121+21+234=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #7915EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7915EA is #86EA15. Grayscale: #4A4A4A. Windows color (decimal): -8841750 or 15340921. OLE color: 15340921.
HSL color Cylindrical-coordinate representation of color #7915EA: hue angle of 268.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7915EA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 21 | 234 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.08 |
| HSL | 268.17º | 0.84% | 0.5% | - |
| HSV(B) | 268.17º | 0.91% | 0.92% | - |
| XYZ | 23 | 10.54 | 78.66 | - |
| YUV | 75.18 | 217.63 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 234 | 0.48 | 0.91 | 0 | 0.08 | 268.17 | 0.84 | 0.5 |
| Hex | 79 | 15 | EA | 30 | 5B | 0 | 8 | 10C | 54 | 32 |
| Octal | 171 | 25 | 352 | 60 | 133 | 0 | 10 | 414 | 124 | 62 |
| Binary | 1111001 | 10101 | 11101010 | 110000 | 1011011 | 0 | 1000 | 100001100 | 1010100 | 110010 |
Color Harmonies of #7915EA
Complementary color
Monochromatic Colors of #7915EA
Black with #7915EA
Text Example
Text Example
White with #7915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915EA; }
p { color: rgb(121,21,234); }
H1.HeaderClassName
{
color: #7915EA;
}
.AnyTagClassName
{
color: #7915EA;
}
</style>
background-color css
<style>
a { background-color: #7915EA; }
a { background-color: rgb(121,21,234); }
div.DivClassName
{
background-color: #7915EA;
}
.BgClassName
{
background-color: #7915EA;
}
</style>
border-color css
<style>
span { border-color: #7915EA; }
span { border-color: rgb(121,21,234); }
td.TdClassName
{
border-color: #7915EA;
}
.TagClassName
{
border-color: #7915EA;
}
</style>