Shades of Blue Violet #7114DD
Tints of Blue Violet #7114DD
RGB
CMYK
RGB Variations
Color information
#7114DD (or 0x7114DD) is known color: Blue Violet. HEX triplet: 71, 14 and DD. RGB value is (113,20,221). Sum of RGB (Red+Green+Blue) = 113+20+221=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #7114DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114DD is #8EEB22. Grayscale: #464646. Windows color (decimal): -9366307 or 14488689. OLE color: 14488689.
HSL color Cylindrical-coordinate representation of color #7114DD: hue angle of 267.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7114DD is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 20 | 221 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.13 |
| HSL | 267.76º | 0.83% | 0.47% | - |
| HSV(B) | 267.76º | 0.91% | 0.87% | - |
| XYZ | 20.11 | 9.23 | 69.13 | - |
| YUV | 70.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 221 | 0.49 | 0.91 | 0 | 0.13 | 267.76 | 0.83 | 0.47 |
| Hex | 71 | 14 | DD | 31 | 5B | 0 | D | 10C | 53 | 2F |
| Octal | 161 | 24 | 335 | 61 | 133 | 0 | 15 | 414 | 123 | 57 |
| Binary | 1110001 | 10100 | 11011101 | 110001 | 1011011 | 0 | 1101 | 100001100 | 1010011 | 101111 |
Color Harmonies of #7114DD
Complementary color
Monochromatic Colors of #7114DD
Black with #7114DD
Text Example
Text Example
White with #7114DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114DD; }
p { color: rgb(113,20,221); }
H1.HeaderClassName
{
color: #7114DD;
}
.AnyTagClassName
{
color: #7114DD;
}
</style>
background-color css
<style>
a { background-color: #7114DD; }
a { background-color: rgb(113,20,221); }
div.DivClassName
{
background-color: #7114DD;
}
.BgClassName
{
background-color: #7114DD;
}
</style>
border-color css
<style>
span { border-color: #7114DD; }
span { border-color: rgb(113,20,221); }
td.TdClassName
{
border-color: #7114DD;
}
.TagClassName
{
border-color: #7114DD;
}
</style>