Shades of Blue Violet #7F29FE
Tints of Blue Violet #7F29FE
RGB
CMYK
RGB Variations
Color information
#7F29FE (or 0x7F29FE) is known color: Blue Violet. HEX triplet: 7F, 29 and FE. RGB value is (127,41,254). Sum of RGB (Red+Green+Blue) = 127+41+254=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F29FE is #80D601. Grayscale: #5A5A5A. Windows color (decimal): -8443394 or 16656767. OLE color: 16656767.
HSL color Cylindrical-coordinate representation of color #7F29FE: hue angle of 264.23º 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 #7F29FE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 41 | 254 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.00 |
| HSL | 264.23º | 0.99% | 0.58% | - |
| HSV(B) | 264.23º | 0.84% | 1% | - |
| XYZ | 27.43 | 13.25 | 94.88 | - |
| YUV | 91 | 219.99 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 254 | 0.50 | 0.84 | 0 | 0.00 | 264.23 | 0.99 | 0.58 |
| Hex | 7F | 29 | FE | 32 | 54 | 0 | 0 | 108 | 63 | 3A |
| Octal | 177 | 51 | 376 | 62 | 124 | 0 | 0 | 410 | 143 | 72 |
| Binary | 1111111 | 101001 | 11111110 | 110010 | 1010100 | 0 | 0 | 100001000 | 1100011 | 111010 |
Color Harmonies of #7F29FE
Complementary color
Monochromatic Colors of #7F29FE
Black with #7F29FE
Text Example
Text Example
White with #7F29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29FE; }
p { color: rgb(127,41,254); }
H1.HeaderClassName
{
color: #7F29FE;
}
.AnyTagClassName
{
color: #7F29FE;
}
</style>
background-color css
<style>
a { background-color: #7F29FE; }
a { background-color: rgb(127,41,254); }
div.DivClassName
{
background-color: #7F29FE;
}
.BgClassName
{
background-color: #7F29FE;
}
</style>
border-color css
<style>
span { border-color: #7F29FE; }
span { border-color: rgb(127,41,254); }
td.TdClassName
{
border-color: #7F29FE;
}
.TagClassName
{
border-color: #7F29FE;
}
</style>