Shades of Blue Violet #7F3BF7
Tints of Blue Violet #7F3BF7
RGB
CMYK
RGB Variations
Color information
#7F3BF7 (or 0x7F3BF7) is known color: Blue Violet. HEX triplet: 7F, 3B and F7. RGB value is (127,59,247). Sum of RGB (Red+Green+Blue) = 127+59+247=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F3BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3BF7 is #80C408. Grayscale: #646464. Windows color (decimal): -8438793 or 16202623. OLE color: 16202623.
HSL color Cylindrical-coordinate representation of color #7F3BF7: hue angle of 261.7º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F3BF7 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 59 | 247 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.03 |
| HSL | 261.7º | 0.92% | 0.6% | - |
| HSV(B) | 261.7º | 0.76% | 0.97% | - |
| XYZ | 27.1 | 14.36 | 89.34 | - |
| YUV | 100.76 | 210.53 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 247 | 0.49 | 0.76 | 0 | 0.03 | 261.7 | 0.92 | 0.6 |
| Hex | 7F | 3B | F7 | 31 | 4C | 0 | 3 | 106 | 5C | 3C |
| Octal | 177 | 73 | 367 | 61 | 114 | 0 | 3 | 406 | 134 | 74 |
| Binary | 1111111 | 111011 | 11110111 | 110001 | 1001100 | 0 | 11 | 100000110 | 1011100 | 111100 |
Color Harmonies of #7F3BF7
Complementary color
Monochromatic Colors of #7F3BF7
Black with #7F3BF7
Text Example
Text Example
White with #7F3BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3BF7; }
p { color: rgb(127,59,247); }
H1.HeaderClassName
{
color: #7F3BF7;
}
.AnyTagClassName
{
color: #7F3BF7;
}
</style>
background-color css
<style>
a { background-color: #7F3BF7; }
a { background-color: rgb(127,59,247); }
div.DivClassName
{
background-color: #7F3BF7;
}
.BgClassName
{
background-color: #7F3BF7;
}
</style>
border-color css
<style>
span { border-color: #7F3BF7; }
span { border-color: rgb(127,59,247); }
td.TdClassName
{
border-color: #7F3BF7;
}
.TagClassName
{
border-color: #7F3BF7;
}
</style>