Shades of Blue Violet #7414DA
Tints of Blue Violet #7414DA
RGB
CMYK
RGB Variations
Color information
#7414DA (or 0x7414DA) is known color: Blue Violet. HEX triplet: 74, 14 and DA. RGB value is (116,20,218). Sum of RGB (Red+Green+Blue) = 116+20+218=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #7414DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7414DA is #8BEB25. Grayscale: #464646. Windows color (decimal): -9169702 or 14292084. OLE color: 14292084.
HSL color Cylindrical-coordinate representation of color #7414DA: hue angle of 269.09º 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 #7414DA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 20 | 218 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.15 |
| HSL | 269.09º | 0.83% | 0.47% | - |
| HSV(B) | 269.09º | 0.91% | 0.85% | - |
| XYZ | 20.11 | 9.28 | 67.06 | - |
| YUV | 71.28 | 210.8 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 218 | 0.47 | 0.91 | 0 | 0.15 | 269.09 | 0.83 | 0.47 |
| Hex | 74 | 14 | DA | 2F | 5B | 0 | F | 10D | 53 | 2F |
| Octal | 164 | 24 | 332 | 57 | 133 | 0 | 17 | 415 | 123 | 57 |
| Binary | 1110100 | 10100 | 11011010 | 101111 | 1011011 | 0 | 1111 | 100001101 | 1010011 | 101111 |
Color Harmonies of #7414DA
Complementary color
Monochromatic Colors of #7414DA
Black with #7414DA
Text Example
Text Example
White with #7414DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7414DA; }
p { color: rgb(116,20,218); }
H1.HeaderClassName
{
color: #7414DA;
}
.AnyTagClassName
{
color: #7414DA;
}
</style>
background-color css
<style>
a { background-color: #7414DA; }
a { background-color: rgb(116,20,218); }
div.DivClassName
{
background-color: #7414DA;
}
.BgClassName
{
background-color: #7414DA;
}
</style>
border-color css
<style>
span { border-color: #7414DA; }
span { border-color: rgb(116,20,218); }
td.TdClassName
{
border-color: #7414DA;
}
.TagClassName
{
border-color: #7414DA;
}
</style>