Shades of Blue Violet #7A19CD
Tints of Blue Violet #7A19CD
RGB
CMYK
RGB Variations
Color information
#7A19CD (or 0x7A19CD) is known color: Blue Violet. HEX triplet: 7A, 19 and CD. RGB value is (122,25,205). Sum of RGB (Red+Green+Blue) = 122+25+205=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19CD is #85E632. Grayscale: #494949. Windows color (decimal): -8775219 or 13441402. OLE color: 13441402.
HSL color Cylindrical-coordinate representation of color #7A19CD: hue angle of 272.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A19CD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 25 | 205 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.20 |
| HSL | 272.33º | 0.78% | 0.45% | - |
| HSV(B) | 272.33º | 0.88% | 0.8% | - |
| XYZ | 19.39 | 9.24 | 58.52 | - |
| YUV | 74.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 205 | 0.40 | 0.88 | 0 | 0.20 | 272.33 | 0.78 | 0.45 |
| Hex | 7A | 19 | CD | 28 | 58 | 0 | 14 | 110 | 4E | 2D |
| Octal | 172 | 31 | 315 | 50 | 130 | 0 | 24 | 420 | 116 | 55 |
| Binary | 1111010 | 11001 | 11001101 | 101000 | 1011000 | 0 | 10100 | 100010000 | 1001110 | 101101 |
Color Harmonies of #7A19CD
Complementary color
Monochromatic Colors of #7A19CD
Black with #7A19CD
Text Example
Text Example
White with #7A19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19CD; }
p { color: rgb(122,25,205); }
H1.HeaderClassName
{
color: #7A19CD;
}
.AnyTagClassName
{
color: #7A19CD;
}
</style>
background-color css
<style>
a { background-color: #7A19CD; }
a { background-color: rgb(122,25,205); }
div.DivClassName
{
background-color: #7A19CD;
}
.BgClassName
{
background-color: #7A19CD;
}
</style>
border-color css
<style>
span { border-color: #7A19CD; }
span { border-color: rgb(122,25,205); }
td.TdClassName
{
border-color: #7A19CD;
}
.TagClassName
{
border-color: #7A19CD;
}
</style>