Shades of Blue Violet #7114D7
Tints of Blue Violet #7114D7
RGB
CMYK
RGB Variations
Color information
#7114D7 (or 0x7114D7) is known color: Blue Violet. HEX triplet: 71, 14 and D7. RGB value is (113,20,215). Sum of RGB (Red+Green+Blue) = 113+20+215=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #7114D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114D7 is #8EEB28. Grayscale: #454545. Windows color (decimal): -9366313 or 14095473. OLE color: 14095473.
HSL color Cylindrical-coordinate representation of color #7114D7: hue angle of 268.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7114D7 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 20 | 215 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.16 |
| HSL | 268.62º | 0.83% | 0.46% | - |
| HSV(B) | 268.62º | 0.91% | 0.84% | - |
| XYZ | 19.33 | 8.92 | 64.99 | - |
| YUV | 70.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 215 | 0.47 | 0.91 | 0 | 0.16 | 268.62 | 0.83 | 0.46 |
| Hex | 71 | 14 | D7 | 2F | 5B | 0 | 10 | 10D | 53 | 2E |
| Octal | 161 | 24 | 327 | 57 | 133 | 0 | 20 | 415 | 123 | 56 |
| Binary | 1110001 | 10100 | 11010111 | 101111 | 1011011 | 0 | 10000 | 100001101 | 1010011 | 101110 |
Color Harmonies of #7114D7
Complementary color
Monochromatic Colors of #7114D7
Black with #7114D7
Text Example
Text Example
White with #7114D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114D7; }
p { color: rgb(113,20,215); }
H1.HeaderClassName
{
color: #7114D7;
}
.AnyTagClassName
{
color: #7114D7;
}
</style>
background-color css
<style>
a { background-color: #7114D7; }
a { background-color: rgb(113,20,215); }
div.DivClassName
{
background-color: #7114D7;
}
.BgClassName
{
background-color: #7114D7;
}
</style>
border-color css
<style>
span { border-color: #7114D7; }
span { border-color: rgb(113,20,215); }
td.TdClassName
{
border-color: #7114D7;
}
.TagClassName
{
border-color: #7114D7;
}
</style>