Shades of Blue Violet #7114DA
Tints of Blue Violet #7114DA
RGB
CMYK
RGB Variations
Color information
#7114DA (or 0x7114DA) is known color: Blue Violet. HEX triplet: 71, 14 and DA. RGB value is (113,20,218). Sum of RGB (Red+Green+Blue) = 113+20+218=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #7114DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114DA is #8EEB25. Grayscale: #454545. Windows color (decimal): -9366310 or 14292081. OLE color: 14292081.
HSL color Cylindrical-coordinate representation of color #7114DA: hue angle of 268.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7114DA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 20 | 218 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.15 |
| HSL | 268.18º | 0.83% | 0.47% | - |
| HSV(B) | 268.18º | 0.91% | 0.85% | - |
| XYZ | 19.72 | 9.07 | 67.04 | - |
| YUV | 70.38 | 211.31 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 218 | 0.48 | 0.91 | 0 | 0.15 | 268.18 | 0.83 | 0.47 |
| Hex | 71 | 14 | DA | 30 | 5B | 0 | F | 10C | 53 | 2F |
| Octal | 161 | 24 | 332 | 60 | 133 | 0 | 17 | 414 | 123 | 57 |
| Binary | 1110001 | 10100 | 11011010 | 110000 | 1011011 | 0 | 1111 | 100001100 | 1010011 | 101111 |
Color Harmonies of #7114DA
Complementary color
Monochromatic Colors of #7114DA
Black with #7114DA
Text Example
Text Example
White with #7114DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114DA; }
p { color: rgb(113,20,218); }
H1.HeaderClassName
{
color: #7114DA;
}
.AnyTagClassName
{
color: #7114DA;
}
</style>
background-color css
<style>
a { background-color: #7114DA; }
a { background-color: rgb(113,20,218); }
div.DivClassName
{
background-color: #7114DA;
}
.BgClassName
{
background-color: #7114DA;
}
</style>
border-color css
<style>
span { border-color: #7114DA; }
span { border-color: rgb(113,20,218); }
td.TdClassName
{
border-color: #7114DA;
}
.TagClassName
{
border-color: #7114DA;
}
</style>