Shades of Blue Violet #7A20F3
Tints of Blue Violet #7A20F3
RGB
CMYK
RGB Variations
Color information
#7A20F3 (or 0x7A20F3) is known color: Blue Violet. HEX triplet: 7A, 20 and F3. RGB value is (122,32,243). Sum of RGB (Red+Green+Blue) = 122+32+243=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A20F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A20F3 is #85DF0C. Grayscale: #525252. Windows color (decimal): -8773389 or 15933562. OLE color: 15933562.
HSL color Cylindrical-coordinate representation of color #7A20F3: hue angle of 265.59º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A20F3 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 32 | 243 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.05 |
| HSL | 265.59º | 0.9% | 0.54% | - |
| HSV(B) | 265.59º | 0.87% | 0.95% | - |
| XYZ | 24.72 | 11.64 | 85.74 | - |
| YUV | 82.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 243 | 0.50 | 0.87 | 0 | 0.05 | 265.59 | 0.9 | 0.54 |
| Hex | 7A | 20 | F3 | 32 | 57 | 0 | 5 | 10A | 5A | 36 |
| Octal | 172 | 40 | 363 | 62 | 127 | 0 | 5 | 412 | 132 | 66 |
| Binary | 1111010 | 100000 | 11110011 | 110010 | 1010111 | 0 | 101 | 100001010 | 1011010 | 110110 |
Color Harmonies of #7A20F3
Complementary color
Monochromatic Colors of #7A20F3
Black with #7A20F3
Text Example
Text Example
White with #7A20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A20F3; }
p { color: rgb(122,32,243); }
H1.HeaderClassName
{
color: #7A20F3;
}
.AnyTagClassName
{
color: #7A20F3;
}
</style>
background-color css
<style>
a { background-color: #7A20F3; }
a { background-color: rgb(122,32,243); }
div.DivClassName
{
background-color: #7A20F3;
}
.BgClassName
{
background-color: #7A20F3;
}
</style>
border-color css
<style>
span { border-color: #7A20F3; }
span { border-color: rgb(122,32,243); }
td.TdClassName
{
border-color: #7A20F3;
}
.TagClassName
{
border-color: #7A20F3;
}
</style>