Shades of Blue Violet #7A20FB
Tints of Blue Violet #7A20FB
RGB
CMYK
RGB Variations
Color information
#7A20FB (or 0x7A20FB) is known color: Blue Violet. HEX triplet: 7A, 20 and FB. RGB value is (122,32,251). Sum of RGB (Red+Green+Blue) = 122+32+251=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A20FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A20FB is #85DF04. Grayscale: #535353. Windows color (decimal): -8773381 or 16457850. OLE color: 16457850.
HSL color Cylindrical-coordinate representation of color #7A20FB: hue angle of 264.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A20FB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 32 | 251 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.02 |
| HSL | 264.66º | 0.96% | 0.55% | - |
| HSV(B) | 264.66º | 0.87% | 0.98% | - |
| XYZ | 25.96 | 12.14 | 92.24 | - |
| YUV | 83.88 | 222.32 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 251 | 0.51 | 0.87 | 0 | 0.02 | 264.66 | 0.96 | 0.55 |
| Hex | 7A | 20 | FB | 33 | 57 | 0 | 2 | 109 | 60 | 37 |
| Octal | 172 | 40 | 373 | 63 | 127 | 0 | 2 | 411 | 140 | 67 |
| Binary | 1111010 | 100000 | 11111011 | 110011 | 1010111 | 0 | 10 | 100001001 | 1100000 | 110111 |
Color Harmonies of #7A20FB
Complementary color
Monochromatic Colors of #7A20FB
Black with #7A20FB
Text Example
Text Example
White with #7A20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A20FB; }
p { color: rgb(122,32,251); }
H1.HeaderClassName
{
color: #7A20FB;
}
.AnyTagClassName
{
color: #7A20FB;
}
</style>
background-color css
<style>
a { background-color: #7A20FB; }
a { background-color: rgb(122,32,251); }
div.DivClassName
{
background-color: #7A20FB;
}
.BgClassName
{
background-color: #7A20FB;
}
</style>
border-color css
<style>
span { border-color: #7A20FB; }
span { border-color: rgb(122,32,251); }
td.TdClassName
{
border-color: #7A20FB;
}
.TagClassName
{
border-color: #7A20FB;
}
</style>