Shades of Blue Violet #7F29FF
Tints of Blue Violet #7F29FF
RGB
CMYK
RGB Variations
Color information
#7F29FF (or 0x7F29FF) is known color: Blue Violet. HEX triplet: 7F, 29 and FF. RGB value is (127,41,255). Sum of RGB (Red+Green+Blue) = 127+41+255=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F29FF is #80D600. Grayscale: #5A5A5A. Windows color (decimal): -8443393 or 16722303. OLE color: 16722303.
HSL color Cylindrical-coordinate representation of color #7F29FF: hue angle of 264.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F29FF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 41 | 255 | - |
| CMYK | 0.50 | 0.84 | 0 | 0 |
| HSL | 264.11º | 1% | 0.58% | - |
| HSV(B) | 264.11º | 0.84% | 1% | - |
| XYZ | 27.6 | 13.32 | 95.72 | - |
| YUV | 91.11 | 220.49 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 255 | 0.50 | 0.84 | 0 | 0 | 264.11 | 1 | 0.58 |
| Hex | 7F | 29 | FF | 32 | 54 | 0 | 0 | 108 | 64 | 3A |
| Octal | 177 | 51 | 377 | 62 | 124 | 0 | 0 | 410 | 144 | 72 |
| Binary | 1111111 | 101001 | 11111111 | 110010 | 1010100 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #7F29FF
Complementary color
Monochromatic Colors of #7F29FF
Black with #7F29FF
Text Example
Text Example
White with #7F29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29FF; }
p { color: rgb(127,41,255); }
H1.HeaderClassName
{
color: #7F29FF;
}
.AnyTagClassName
{
color: #7F29FF;
}
</style>
background-color css
<style>
a { background-color: #7F29FF; }
a { background-color: rgb(127,41,255); }
div.DivClassName
{
background-color: #7F29FF;
}
.BgClassName
{
background-color: #7F29FF;
}
</style>
border-color css
<style>
span { border-color: #7F29FF; }
span { border-color: rgb(127,41,255); }
td.TdClassName
{
border-color: #7F29FF;
}
.TagClassName
{
border-color: #7F29FF;
}
</style>