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