Shades of Blue Violet #7F29CE
Tints of Blue Violet #7F29CE
RGB
CMYK
RGB Variations
Color information
#7F29CE (or 0x7F29CE) is known color: Blue Violet. HEX triplet: 7F, 29 and CE. RGB value is (127,41,206). Sum of RGB (Red+Green+Blue) = 127+41+206=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F29CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F29CE is #80D631. Grayscale: #545454. Windows color (decimal): -8443442 or 13511039. OLE color: 13511039.
HSL color Cylindrical-coordinate representation of color #7F29CE: hue angle of 271.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F29CE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 41 | 206 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.19 |
| HSL | 271.27º | 0.67% | 0.48% | - |
| HSV(B) | 271.27º | 0.8% | 0.81% | - |
| XYZ | 20.69 | 10.55 | 59.34 | - |
| YUV | 85.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 206 | 0.38 | 0.80 | 0 | 0.19 | 271.27 | 0.67 | 0.48 |
| Hex | 7F | 29 | CE | 26 | 50 | 0 | 13 | 10F | 43 | 30 |
| Octal | 177 | 51 | 316 | 46 | 120 | 0 | 23 | 417 | 103 | 60 |
| Binary | 1111111 | 101001 | 11001110 | 100110 | 1010000 | 0 | 10011 | 100001111 | 1000011 | 110000 |
Color Harmonies of #7F29CE
Complementary color
Monochromatic Colors of #7F29CE
Black with #7F29CE
Text Example
Text Example
White with #7F29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29CE; }
p { color: rgb(127,41,206); }
H1.HeaderClassName
{
color: #7F29CE;
}
.AnyTagClassName
{
color: #7F29CE;
}
</style>
background-color css
<style>
a { background-color: #7F29CE; }
a { background-color: rgb(127,41,206); }
div.DivClassName
{
background-color: #7F29CE;
}
.BgClassName
{
background-color: #7F29CE;
}
</style>
border-color css
<style>
span { border-color: #7F29CE; }
span { border-color: rgb(127,41,206); }
td.TdClassName
{
border-color: #7F29CE;
}
.TagClassName
{
border-color: #7F29CE;
}
</style>