Shades of Blue Violet #7A32FC
Tints of Blue Violet #7A32FC
RGB
CMYK
RGB Variations
Color information
#7A32FC (or 0x7A32FC) is known color: Blue Violet. HEX triplet: 7A, 32 and FC. RGB value is (122,50,252). Sum of RGB (Red+Green+Blue) = 122+50+252=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A32FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A32FC is #85CD03. Grayscale: #5D5D5D. Windows color (decimal): -8768772 or 16527994. OLE color: 16527994.
HSL color Cylindrical-coordinate representation of color #7A32FC: hue angle of 261.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A32FC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 50 | 252 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.01 |
| HSL | 261.39º | 0.97% | 0.59% | - |
| HSV(B) | 261.39º | 0.8% | 0.99% | - |
| XYZ | 26.74 | 13.45 | 93.28 | - |
| YUV | 94.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 252 | 0.52 | 0.80 | 0 | 0.01 | 261.39 | 0.97 | 0.59 |
| Hex | 7A | 32 | FC | 34 | 50 | 0 | 1 | 105 | 61 | 3B |
| Octal | 172 | 62 | 374 | 64 | 120 | 0 | 1 | 405 | 141 | 73 |
| Binary | 1111010 | 110010 | 11111100 | 110100 | 1010000 | 0 | 1 | 100000101 | 1100001 | 111011 |
Color Harmonies of #7A32FC
Complementary color
Monochromatic Colors of #7A32FC
Black with #7A32FC
Text Example
Text Example
White with #7A32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32FC; }
p { color: rgb(122,50,252); }
H1.HeaderClassName
{
color: #7A32FC;
}
.AnyTagClassName
{
color: #7A32FC;
}
</style>
background-color css
<style>
a { background-color: #7A32FC; }
a { background-color: rgb(122,50,252); }
div.DivClassName
{
background-color: #7A32FC;
}
.BgClassName
{
background-color: #7A32FC;
}
</style>
border-color css
<style>
span { border-color: #7A32FC; }
span { border-color: rgb(122,50,252); }
td.TdClassName
{
border-color: #7A32FC;
}
.TagClassName
{
border-color: #7A32FC;
}
</style>