Shades of Blue Violet #7421EA
Tints of Blue Violet #7421EA
RGB
CMYK
RGB Variations
Color information
#7421EA (or 0x7421EA) is known color: Blue Violet. HEX triplet: 74, 21 and EA. RGB value is (116,33,234). Sum of RGB (Red+Green+Blue) = 116+33+234=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #7421EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7421EA is #8BDE15. Grayscale: #505050. Windows color (decimal): -9166358 or 15343988. OLE color: 15343988.
HSL color Cylindrical-coordinate representation of color #7421EA: hue angle of 264.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7421EA is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 33 | 234 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.08 |
| HSL | 264.78º | 0.83% | 0.52% | - |
| HSV(B) | 264.78º | 0.86% | 0.92% | - |
| XYZ | 22.6 | 10.74 | 78.72 | - |
| YUV | 80.73 | 214.5 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 234 | 0.50 | 0.86 | 0 | 0.08 | 264.78 | 0.83 | 0.52 |
| Hex | 74 | 21 | EA | 32 | 56 | 0 | 8 | 109 | 53 | 34 |
| Octal | 164 | 41 | 352 | 62 | 126 | 0 | 10 | 411 | 123 | 64 |
| Binary | 1110100 | 100001 | 11101010 | 110010 | 1010110 | 0 | 1000 | 100001001 | 1010011 | 110100 |
Color Harmonies of #7421EA
Complementary color
Monochromatic Colors of #7421EA
Black with #7421EA
Text Example
Text Example
White with #7421EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7421EA; }
p { color: rgb(116,33,234); }
H1.HeaderClassName
{
color: #7421EA;
}
.AnyTagClassName
{
color: #7421EA;
}
</style>
background-color css
<style>
a { background-color: #7421EA; }
a { background-color: rgb(116,33,234); }
div.DivClassName
{
background-color: #7421EA;
}
.BgClassName
{
background-color: #7421EA;
}
</style>
border-color css
<style>
span { border-color: #7421EA; }
span { border-color: rgb(116,33,234); }
td.TdClassName
{
border-color: #7421EA;
}
.TagClassName
{
border-color: #7421EA;
}
</style>