Shades of Blue Violet #7110DA
Tints of Blue Violet #7110DA
RGB
CMYK
RGB Variations
Color information
#7110DA (or 0x7110DA) is known color: Blue Violet. HEX triplet: 71, 10 and DA. RGB value is (113,16,218). Sum of RGB (Red+Green+Blue) = 113+16+218=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #7110DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110DA is #8EEF25. Grayscale: #434343. Windows color (decimal): -9367334 or 14291057. OLE color: 14291057.
HSL color Cylindrical-coordinate representation of color #7110DA: hue angle of 268.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7110DA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 16 | 218 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.15 |
| HSL | 268.81º | 0.86% | 0.46% | - |
| HSV(B) | 268.81º | 0.93% | 0.85% | - |
| XYZ | 19.65 | 8.94 | 67.02 | - |
| YUV | 68.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 218 | 0.48 | 0.93 | 0 | 0.15 | 268.81 | 0.86 | 0.46 |
| Hex | 71 | 10 | DA | 30 | 5D | 0 | F | 10D | 56 | 2E |
| Octal | 161 | 20 | 332 | 60 | 135 | 0 | 17 | 415 | 126 | 56 |
| Binary | 1110001 | 10000 | 11011010 | 110000 | 1011101 | 0 | 1111 | 100001101 | 1010110 | 101110 |
Color Harmonies of #7110DA
Complementary color
Monochromatic Colors of #7110DA
Black with #7110DA
Text Example
Text Example
White with #7110DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110DA; }
p { color: rgb(113,16,218); }
H1.HeaderClassName
{
color: #7110DA;
}
.AnyTagClassName
{
color: #7110DA;
}
</style>
background-color css
<style>
a { background-color: #7110DA; }
a { background-color: rgb(113,16,218); }
div.DivClassName
{
background-color: #7110DA;
}
.BgClassName
{
background-color: #7110DA;
}
</style>
border-color css
<style>
span { border-color: #7110DA; }
span { border-color: rgb(113,16,218); }
td.TdClassName
{
border-color: #7110DA;
}
.TagClassName
{
border-color: #7110DA;
}
</style>