Shades of Blue Violet #7A20CF
Tints of Blue Violet #7A20CF
RGB
CMYK
RGB Variations
Color information
#7A20CF (or 0x7A20CF) is known color: Blue Violet. HEX triplet: 7A, 20 and CF. RGB value is (122,32,207). Sum of RGB (Red+Green+Blue) = 122+32+207=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A20CF is #85DF30. Grayscale: #4E4E4E. Windows color (decimal): -8773425 or 13574266. OLE color: 13574266.
HSL color Cylindrical-coordinate representation of color #7A20CF: hue angle of 270.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A20CF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 32 | 207 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.19 |
| HSL | 270.86º | 0.73% | 0.47% | - |
| HSV(B) | 270.86º | 0.85% | 0.81% | - |
| XYZ | 19.81 | 9.68 | 59.86 | - |
| YUV | 78.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 207 | 0.41 | 0.85 | 0 | 0.19 | 270.86 | 0.73 | 0.47 |
| Hex | 7A | 20 | CF | 29 | 55 | 0 | 13 | 10F | 49 | 2F |
| Octal | 172 | 40 | 317 | 51 | 125 | 0 | 23 | 417 | 111 | 57 |
| Binary | 1111010 | 100000 | 11001111 | 101001 | 1010101 | 0 | 10011 | 100001111 | 1001001 | 101111 |
Color Harmonies of #7A20CF
Complementary color
Monochromatic Colors of #7A20CF
Black with #7A20CF
Text Example
Text Example
White with #7A20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A20CF; }
p { color: rgb(122,32,207); }
H1.HeaderClassName
{
color: #7A20CF;
}
.AnyTagClassName
{
color: #7A20CF;
}
</style>
background-color css
<style>
a { background-color: #7A20CF; }
a { background-color: rgb(122,32,207); }
div.DivClassName
{
background-color: #7A20CF;
}
.BgClassName
{
background-color: #7A20CF;
}
</style>
border-color css
<style>
span { border-color: #7A20CF; }
span { border-color: rgb(122,32,207); }
td.TdClassName
{
border-color: #7A20CF;
}
.TagClassName
{
border-color: #7A20CF;
}
</style>