Shades of Blue Violet #7F29CB
Tints of Blue Violet #7F29CB
RGB
CMYK
RGB Variations
Color information
#7F29CB (or 0x7F29CB) is known color: Blue Violet. HEX triplet: 7F, 29 and CB. RGB value is (127,41,203). Sum of RGB (Red+Green+Blue) = 127+41+203=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F29CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F29CB is #80D634. Grayscale: #545454. Windows color (decimal): -8443445 or 13314431. OLE color: 13314431.
HSL color Cylindrical-coordinate representation of color #7F29CB: hue angle of 271.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F29CB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 41 | 203 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.20 |
| HSL | 271.85º | 0.66% | 0.48% | - |
| HSV(B) | 271.85º | 0.8% | 0.8% | - |
| XYZ | 20.32 | 10.41 | 57.44 | - |
| YUV | 85.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 203 | 0.37 | 0.80 | 0 | 0.20 | 271.85 | 0.66 | 0.48 |
| Hex | 7F | 29 | CB | 25 | 50 | 0 | 14 | 110 | 42 | 30 |
| Octal | 177 | 51 | 313 | 45 | 120 | 0 | 24 | 420 | 102 | 60 |
| Binary | 1111111 | 101001 | 11001011 | 100101 | 1010000 | 0 | 10100 | 100010000 | 1000010 | 110000 |
Color Harmonies of #7F29CB
Complementary color
Monochromatic Colors of #7F29CB
Black with #7F29CB
Text Example
Text Example
White with #7F29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29CB; }
p { color: rgb(127,41,203); }
H1.HeaderClassName
{
color: #7F29CB;
}
.AnyTagClassName
{
color: #7F29CB;
}
</style>
background-color css
<style>
a { background-color: #7F29CB; }
a { background-color: rgb(127,41,203); }
div.DivClassName
{
background-color: #7F29CB;
}
.BgClassName
{
background-color: #7F29CB;
}
</style>
border-color css
<style>
span { border-color: #7F29CB; }
span { border-color: rgb(127,41,203); }
td.TdClassName
{
border-color: #7F29CB;
}
.TagClassName
{
border-color: #7F29CB;
}
</style>