Shades of Blue Violet #7F47D8
Tints of Blue Violet #7F47D8
RGB
CMYK
RGB Variations
Color information
#7F47D8 (or 0x7F47D8) is known color: Blue Violet. HEX triplet: 7F, 47 and D8. RGB value is (127,71,216). Sum of RGB (Red+Green+Blue) = 127+71+216=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F47D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47D8 is #80B827. Grayscale: #676767. Windows color (decimal): -8435752 or 14174079. OLE color: 14174079.
HSL color Cylindrical-coordinate representation of color #7F47D8: hue angle of 263.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F47D8 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 71 | 216 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.15 |
| HSL | 263.17º | 0.65% | 0.56% | - |
| HSV(B) | 263.17º | 0.67% | 0.85% | - |
| XYZ | 23.4 | 13.98 | 66.43 | - |
| YUV | 104.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 216 | 0.41 | 0.67 | 0 | 0.15 | 263.17 | 0.65 | 0.56 |
| Hex | 7F | 47 | D8 | 29 | 43 | 0 | F | 107 | 41 | 38 |
| Octal | 177 | 107 | 330 | 51 | 103 | 0 | 17 | 407 | 101 | 70 |
| Binary | 1111111 | 1000111 | 11011000 | 101001 | 1000011 | 0 | 1111 | 100000111 | 1000001 | 111000 |
Color Harmonies of #7F47D8
Complementary color
Monochromatic Colors of #7F47D8
Black with #7F47D8
Text Example
Text Example
White with #7F47D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F47D8; }
p { color: rgb(127,71,216); }
H1.HeaderClassName
{
color: #7F47D8;
}
.AnyTagClassName
{
color: #7F47D8;
}
</style>
background-color css
<style>
a { background-color: #7F47D8; }
a { background-color: rgb(127,71,216); }
div.DivClassName
{
background-color: #7F47D8;
}
.BgClassName
{
background-color: #7F47D8;
}
</style>
border-color css
<style>
span { border-color: #7F47D8; }
span { border-color: rgb(127,71,216); }
td.TdClassName
{
border-color: #7F47D8;
}
.TagClassName
{
border-color: #7F47D8;
}
</style>