Shades of Blue Violet #7A14CE
Tints of Blue Violet #7A14CE
RGB
CMYK
RGB Variations
Color information
#7A14CE (or 0x7A14CE) is known color: Blue Violet. HEX triplet: 7A, 14 and CE. RGB value is (122,20,206). Sum of RGB (Red+Green+Blue) = 122+20+206=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A14CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14CE is #85EB31. Grayscale: #474747. Windows color (decimal): -8776498 or 13505658. OLE color: 13505658.
HSL color Cylindrical-coordinate representation of color #7A14CE: hue angle of 272.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A14CE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 20 | 206 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.19 |
| HSL | 272.9º | 0.82% | 0.44% | - |
| HSV(B) | 272.9º | 0.9% | 0.81% | - |
| XYZ | 19.42 | 9.09 | 59.12 | - |
| YUV | 71.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 206 | 0.41 | 0.90 | 0 | 0.19 | 272.9 | 0.82 | 0.44 |
| Hex | 7A | 14 | CE | 29 | 5A | 0 | 13 | 111 | 52 | 2C |
| Octal | 172 | 24 | 316 | 51 | 132 | 0 | 23 | 421 | 122 | 54 |
| Binary | 1111010 | 10100 | 11001110 | 101001 | 1011010 | 0 | 10011 | 100010001 | 1010010 | 101100 |
Color Harmonies of #7A14CE
Complementary color
Monochromatic Colors of #7A14CE
Black with #7A14CE
Text Example
Text Example
White with #7A14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14CE; }
p { color: rgb(122,20,206); }
H1.HeaderClassName
{
color: #7A14CE;
}
.AnyTagClassName
{
color: #7A14CE;
}
</style>
background-color css
<style>
a { background-color: #7A14CE; }
a { background-color: rgb(122,20,206); }
div.DivClassName
{
background-color: #7A14CE;
}
.BgClassName
{
background-color: #7A14CE;
}
</style>
border-color css
<style>
span { border-color: #7A14CE; }
span { border-color: rgb(122,20,206); }
td.TdClassName
{
border-color: #7A14CE;
}
.TagClassName
{
border-color: #7A14CE;
}
</style>