Shades of Blue Violet #7240E8
Tints of Blue Violet #7240E8
RGB
CMYK
RGB Variations
Color information
#7240E8 (or 0x7240E8) is known color: Blue Violet. HEX triplet: 72, 40 and E8. RGB value is (114,64,232). Sum of RGB (Red+Green+Blue) = 114+64+232=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #7240E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7240E8 is #8DBF17. Grayscale: #616161. Windows color (decimal): -9289496 or 15220850. OLE color: 15220850.
HSL color Cylindrical-coordinate representation of color #7240E8: hue angle of 257.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7240E8 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 64 | 232 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.09 |
| HSL | 257.86º | 0.79% | 0.58% | - |
| HSV(B) | 257.86º | 0.72% | 0.91% | - |
| XYZ | 23.34 | 13.07 | 77.64 | - |
| YUV | 98.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 232 | 0.51 | 0.72 | 0 | 0.09 | 257.86 | 0.79 | 0.58 |
| Hex | 72 | 40 | E8 | 33 | 48 | 0 | 9 | 102 | 4F | 3A |
| Octal | 162 | 100 | 350 | 63 | 110 | 0 | 11 | 402 | 117 | 72 |
| Binary | 1110010 | 1000000 | 11101000 | 110011 | 1001000 | 0 | 1001 | 100000010 | 1001111 | 111010 |
Color Harmonies of #7240E8
Complementary color
Monochromatic Colors of #7240E8
Black with #7240E8
Text Example
Text Example
White with #7240E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240E8; }
p { color: rgb(114,64,232); }
H1.HeaderClassName
{
color: #7240E8;
}
.AnyTagClassName
{
color: #7240E8;
}
</style>
background-color css
<style>
a { background-color: #7240E8; }
a { background-color: rgb(114,64,232); }
div.DivClassName
{
background-color: #7240E8;
}
.BgClassName
{
background-color: #7240E8;
}
</style>
border-color css
<style>
span { border-color: #7240E8; }
span { border-color: rgb(114,64,232); }
td.TdClassName
{
border-color: #7240E8;
}
.TagClassName
{
border-color: #7240E8;
}
</style>