Shades of Blue Violet #7116DD
Tints of Blue Violet #7116DD
RGB
CMYK
RGB Variations
Color information
#7116DD (or 0x7116DD) is known color: Blue Violet. HEX triplet: 71, 16 and DD. RGB value is (113,22,221). Sum of RGB (Red+Green+Blue) = 113+22+221=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #7116DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116DD is #8EE922. Grayscale: #474747. Windows color (decimal): -9365795 or 14489201. OLE color: 14489201.
HSL color Cylindrical-coordinate representation of color #7116DD: hue angle of 267.44º 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 #7116DD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 22 | 221 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.13 |
| HSL | 267.44º | 0.82% | 0.48% | - |
| HSV(B) | 267.44º | 0.9% | 0.87% | - |
| XYZ | 20.15 | 9.3 | 69.14 | - |
| YUV | 71.9 | 212.15 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 221 | 0.49 | 0.90 | 0 | 0.13 | 267.44 | 0.82 | 0.48 |
| Hex | 71 | 16 | DD | 31 | 5A | 0 | D | 10B | 52 | 30 |
| Octal | 161 | 26 | 335 | 61 | 132 | 0 | 15 | 413 | 122 | 60 |
| Binary | 1110001 | 10110 | 11011101 | 110001 | 1011010 | 0 | 1101 | 100001011 | 1010010 | 110000 |
Color Harmonies of #7116DD
Complementary color
Monochromatic Colors of #7116DD
Black with #7116DD
Text Example
Text Example
White with #7116DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7116DD; }
p { color: rgb(113,22,221); }
H1.HeaderClassName
{
color: #7116DD;
}
.AnyTagClassName
{
color: #7116DD;
}
</style>
background-color css
<style>
a { background-color: #7116DD; }
a { background-color: rgb(113,22,221); }
div.DivClassName
{
background-color: #7116DD;
}
.BgClassName
{
background-color: #7116DD;
}
</style>
border-color css
<style>
span { border-color: #7116DD; }
span { border-color: rgb(113,22,221); }
td.TdClassName
{
border-color: #7116DD;
}
.TagClassName
{
border-color: #7116DD;
}
</style>