Shades of Blue Violet #7E14DA
Tints of Blue Violet #7E14DA
RGB
CMYK
RGB Variations
Color information
#7E14DA (or 0x7E14DA) is known color: Blue Violet. HEX triplet: 7E, 14 and DA. RGB value is (126,20,218). Sum of RGB (Red+Green+Blue) = 126+20+218=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E14DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E14DA is #81EB25. Grayscale: #494949. Windows color (decimal): -8514342 or 14292094. OLE color: 14292094.
HSL color Cylindrical-coordinate representation of color #7E14DA: hue angle of 272.12º 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 #7E14DA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 20 | 218 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.15 |
| HSL | 272.12º | 0.83% | 0.47% | - |
| HSV(B) | 272.12º | 0.91% | 0.85% | - |
| XYZ | 21.51 | 10 | 67.13 | - |
| YUV | 74.27 | 209.12 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 218 | 0.42 | 0.91 | 0 | 0.15 | 272.12 | 0.83 | 0.47 |
| Hex | 7E | 14 | DA | 2A | 5B | 0 | F | 110 | 53 | 2F |
| Octal | 176 | 24 | 332 | 52 | 133 | 0 | 17 | 420 | 123 | 57 |
| Binary | 1111110 | 10100 | 11011010 | 101010 | 1011011 | 0 | 1111 | 100010000 | 1010011 | 101111 |
Color Harmonies of #7E14DA
Complementary color
Monochromatic Colors of #7E14DA
Black with #7E14DA
Text Example
Text Example
White with #7E14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E14DA; }
p { color: rgb(126,20,218); }
H1.HeaderClassName
{
color: #7E14DA;
}
.AnyTagClassName
{
color: #7E14DA;
}
</style>
background-color css
<style>
a { background-color: #7E14DA; }
a { background-color: rgb(126,20,218); }
div.DivClassName
{
background-color: #7E14DA;
}
.BgClassName
{
background-color: #7E14DA;
}
</style>
border-color css
<style>
span { border-color: #7E14DA; }
span { border-color: rgb(126,20,218); }
td.TdClassName
{
border-color: #7E14DA;
}
.TagClassName
{
border-color: #7E14DA;
}
</style>