Shades of Blue Violet #7417EA
Tints of Blue Violet #7417EA
RGB
CMYK
RGB Variations
Color information
#7417EA (or 0x7417EA) is known color: Blue Violet. HEX triplet: 74, 17 and EA. RGB value is (116,23,234). Sum of RGB (Red+Green+Blue) = 116+23+234=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #7417EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417EA is #8BE815. Grayscale: #4A4A4A. Windows color (decimal): -9168918 or 15341428. OLE color: 15341428.
HSL color Cylindrical-coordinate representation of color #7417EA: hue angle of 266.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7417EA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 23 | 234 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.08 |
| HSL | 266.45º | 0.83% | 0.5% | - |
| HSV(B) | 266.45º | 0.9% | 0.92% | - |
| XYZ | 22.36 | 10.27 | 78.64 | - |
| YUV | 74.86 | 217.81 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 234 | 0.50 | 0.90 | 0 | 0.08 | 266.45 | 0.83 | 0.5 |
| Hex | 74 | 17 | EA | 32 | 5A | 0 | 8 | 10A | 53 | 32 |
| Octal | 164 | 27 | 352 | 62 | 132 | 0 | 10 | 412 | 123 | 62 |
| Binary | 1110100 | 10111 | 11101010 | 110010 | 1011010 | 0 | 1000 | 100001010 | 1010011 | 110010 |
Color Harmonies of #7417EA
Complementary color
Monochromatic Colors of #7417EA
Black with #7417EA
Text Example
Text Example
White with #7417EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7417EA; }
p { color: rgb(116,23,234); }
H1.HeaderClassName
{
color: #7417EA;
}
.AnyTagClassName
{
color: #7417EA;
}
</style>
background-color css
<style>
a { background-color: #7417EA; }
a { background-color: rgb(116,23,234); }
div.DivClassName
{
background-color: #7417EA;
}
.BgClassName
{
background-color: #7417EA;
}
</style>
border-color css
<style>
span { border-color: #7417EA; }
span { border-color: rgb(116,23,234); }
td.TdClassName
{
border-color: #7417EA;
}
.TagClassName
{
border-color: #7417EA;
}
</style>