Shades of Blue Violet #7A14CD
Tints of Blue Violet #7A14CD
RGB
CMYK
RGB Variations
Color information
#7A14CD (or 0x7A14CD) is known color: Blue Violet. HEX triplet: 7A, 14 and CD. RGB value is (122,20,205). Sum of RGB (Red+Green+Blue) = 122+20+205=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14CD is #85EB32. Grayscale: #464646. Windows color (decimal): -8776499 or 13440122. OLE color: 13440122.
HSL color Cylindrical-coordinate representation of color #7A14CD: hue angle of 273.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A14CD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 20 | 205 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.20 |
| HSL | 273.08º | 0.82% | 0.44% | - |
| HSV(B) | 273.08º | 0.9% | 0.8% | - |
| XYZ | 19.3 | 9.05 | 58.49 | - |
| YUV | 71.59 | 203.29 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 205 | 0.40 | 0.90 | 0 | 0.20 | 273.08 | 0.82 | 0.44 |
| Hex | 7A | 14 | CD | 28 | 5A | 0 | 14 | 111 | 52 | 2C |
| Octal | 172 | 24 | 315 | 50 | 132 | 0 | 24 | 421 | 122 | 54 |
| Binary | 1111010 | 10100 | 11001101 | 101000 | 1011010 | 0 | 10100 | 100010001 | 1010010 | 101100 |
Color Harmonies of #7A14CD
Complementary color
Monochromatic Colors of #7A14CD
Black with #7A14CD
Text Example
Text Example
White with #7A14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14CD; }
p { color: rgb(122,20,205); }
H1.HeaderClassName
{
color: #7A14CD;
}
.AnyTagClassName
{
color: #7A14CD;
}
</style>
background-color css
<style>
a { background-color: #7A14CD; }
a { background-color: rgb(122,20,205); }
div.DivClassName
{
background-color: #7A14CD;
}
.BgClassName
{
background-color: #7A14CD;
}
</style>
border-color css
<style>
span { border-color: #7A14CD; }
span { border-color: rgb(122,20,205); }
td.TdClassName
{
border-color: #7A14CD;
}
.TagClassName
{
border-color: #7A14CD;
}
</style>