Shades of Blue Violet #7416DE
Tints of Blue Violet #7416DE
RGB
CMYK
RGB Variations
Color information
#7416DE (or 0x7416DE) is known color: Blue Violet. HEX triplet: 74, 16 and DE. RGB value is (116,22,222). Sum of RGB (Red+Green+Blue) = 116+22+222=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #7416DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416DE is #8BE921. Grayscale: #484848. Windows color (decimal): -9169186 or 14554740. OLE color: 14554740.
HSL color Cylindrical-coordinate representation of color #7416DE: hue angle of 268.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7416DE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 22 | 222 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.13 |
| HSL | 268.2º | 0.82% | 0.48% | - |
| HSV(B) | 268.2º | 0.9% | 0.87% | - |
| XYZ | 20.67 | 9.56 | 69.86 | - |
| YUV | 72.91 | 212.14 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 222 | 0.48 | 0.90 | 0 | 0.13 | 268.2 | 0.82 | 0.48 |
| Hex | 74 | 16 | DE | 30 | 5A | 0 | D | 10C | 52 | 30 |
| Octal | 164 | 26 | 336 | 60 | 132 | 0 | 15 | 414 | 122 | 60 |
| Binary | 1110100 | 10110 | 11011110 | 110000 | 1011010 | 0 | 1101 | 100001100 | 1010010 | 110000 |
Color Harmonies of #7416DE
Complementary color
Monochromatic Colors of #7416DE
Black with #7416DE
Text Example
Text Example
White with #7416DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416DE; }
p { color: rgb(116,22,222); }
H1.HeaderClassName
{
color: #7416DE;
}
.AnyTagClassName
{
color: #7416DE;
}
</style>
background-color css
<style>
a { background-color: #7416DE; }
a { background-color: rgb(116,22,222); }
div.DivClassName
{
background-color: #7416DE;
}
.BgClassName
{
background-color: #7416DE;
}
</style>
border-color css
<style>
span { border-color: #7416DE; }
span { border-color: rgb(116,22,222); }
td.TdClassName
{
border-color: #7416DE;
}
.TagClassName
{
border-color: #7416DE;
}
</style>