Shades of Blue Violet #7A32FD
Tints of Blue Violet #7A32FD
RGB
CMYK
RGB Variations
Color information
#7A32FD (or 0x7A32FD) is known color: Blue Violet. HEX triplet: 7A, 32 and FD. RGB value is (122,50,253). Sum of RGB (Red+Green+Blue) = 122+50+253=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A32FD is #85CD02. Grayscale: #5D5D5D. Windows color (decimal): -8768771 or 16593530. OLE color: 16593530.
HSL color Cylindrical-coordinate representation of color #7A32FD: hue angle of 261.28º degrees, saturation: 0.98, 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 #7A32FD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 50 | 253 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.01 |
| HSL | 261.28º | 0.98% | 0.59% | - |
| HSV(B) | 261.28º | 0.8% | 0.99% | - |
| XYZ | 26.9 | 13.51 | 94.12 | - |
| YUV | 94.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 253 | 0.52 | 0.80 | 0 | 0.01 | 261.28 | 0.98 | 0.59 |
| Hex | 7A | 32 | FD | 34 | 50 | 0 | 1 | 105 | 62 | 3B |
| Octal | 172 | 62 | 375 | 64 | 120 | 0 | 1 | 405 | 142 | 73 |
| Binary | 1111010 | 110010 | 11111101 | 110100 | 1010000 | 0 | 1 | 100000101 | 1100010 | 111011 |
Color Harmonies of #7A32FD
Complementary color
Monochromatic Colors of #7A32FD
Black with #7A32FD
Text Example
Text Example
White with #7A32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32FD; }
p { color: rgb(122,50,253); }
H1.HeaderClassName
{
color: #7A32FD;
}
.AnyTagClassName
{
color: #7A32FD;
}
</style>
background-color css
<style>
a { background-color: #7A32FD; }
a { background-color: rgb(122,50,253); }
div.DivClassName
{
background-color: #7A32FD;
}
.BgClassName
{
background-color: #7A32FD;
}
</style>
border-color css
<style>
span { border-color: #7A32FD; }
span { border-color: rgb(122,50,253); }
td.TdClassName
{
border-color: #7A32FD;
}
.TagClassName
{
border-color: #7A32FD;
}
</style>