Shades of Blue Violet #7F47DF
Tints of Blue Violet #7F47DF
RGB
CMYK
RGB Variations
Color information
#7F47DF (or 0x7F47DF) is known color: Blue Violet. HEX triplet: 7F, 47 and DF. RGB value is (127,71,223). Sum of RGB (Red+Green+Blue) = 127+71+223=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F47DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47DF is #80B820. Grayscale: #686868. Windows color (decimal): -8435745 or 14632831. OLE color: 14632831.
HSL color Cylindrical-coordinate representation of color #7F47DF: hue angle of 262.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F47DF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 71 | 223 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.13 |
| HSL | 262.11º | 0.7% | 0.58% | - |
| HSV(B) | 262.11º | 0.68% | 0.87% | - |
| XYZ | 24.32 | 14.35 | 71.3 | - |
| YUV | 105.07 | 194.55 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 223 | 0.43 | 0.68 | 0 | 0.13 | 262.11 | 0.7 | 0.58 |
| Hex | 7F | 47 | DF | 2B | 44 | 0 | D | 106 | 46 | 3A |
| Octal | 177 | 107 | 337 | 53 | 104 | 0 | 15 | 406 | 106 | 72 |
| Binary | 1111111 | 1000111 | 11011111 | 101011 | 1000100 | 0 | 1101 | 100000110 | 1000110 | 111010 |
Color Harmonies of #7F47DF
Complementary color
Monochromatic Colors of #7F47DF
Black with #7F47DF
Text Example
Text Example
White with #7F47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F47DF; }
p { color: rgb(127,71,223); }
H1.HeaderClassName
{
color: #7F47DF;
}
.AnyTagClassName
{
color: #7F47DF;
}
</style>
background-color css
<style>
a { background-color: #7F47DF; }
a { background-color: rgb(127,71,223); }
div.DivClassName
{
background-color: #7F47DF;
}
.BgClassName
{
background-color: #7F47DF;
}
</style>
border-color css
<style>
span { border-color: #7F47DF; }
span { border-color: rgb(127,71,223); }
td.TdClassName
{
border-color: #7F47DF;
}
.TagClassName
{
border-color: #7F47DF;
}
</style>