Shades of Blue Violet #7A29FE
Tints of Blue Violet #7A29FE
RGB
CMYK
RGB Variations
Color information
#7A29FE (or 0x7A29FE) is known color: Blue Violet. HEX triplet: 7A, 29 and FE. RGB value is (122,41,254). Sum of RGB (Red+Green+Blue) = 122+41+254=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A29FE is #85D601. Grayscale: #585858. Windows color (decimal): -8771074 or 16656762. OLE color: 16656762.
HSL color Cylindrical-coordinate representation of color #7A29FE: hue angle of 262.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A29FE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 41 | 254 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.00 |
| HSL | 262.82º | 0.99% | 0.58% | - |
| HSV(B) | 262.82º | 0.84% | 1% | - |
| XYZ | 26.71 | 12.88 | 94.84 | - |
| YUV | 89.5 | 220.84 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 254 | 0.52 | 0.84 | 0 | 0.00 | 262.82 | 0.99 | 0.58 |
| Hex | 7A | 29 | FE | 34 | 54 | 0 | 0 | 107 | 63 | 3A |
| Octal | 172 | 51 | 376 | 64 | 124 | 0 | 0 | 407 | 143 | 72 |
| Binary | 1111010 | 101001 | 11111110 | 110100 | 1010100 | 0 | 0 | 100000111 | 1100011 | 111010 |
Color Harmonies of #7A29FE
Complementary color
Monochromatic Colors of #7A29FE
Black with #7A29FE
Text Example
Text Example
White with #7A29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A29FE; }
p { color: rgb(122,41,254); }
H1.HeaderClassName
{
color: #7A29FE;
}
.AnyTagClassName
{
color: #7A29FE;
}
</style>
background-color css
<style>
a { background-color: #7A29FE; }
a { background-color: rgb(122,41,254); }
div.DivClassName
{
background-color: #7A29FE;
}
.BgClassName
{
background-color: #7A29FE;
}
</style>
border-color css
<style>
span { border-color: #7A29FE; }
span { border-color: rgb(122,41,254); }
td.TdClassName
{
border-color: #7A29FE;
}
.TagClassName
{
border-color: #7A29FE;
}
</style>