Shades of Blue Violet #7F3AF6
Tints of Blue Violet #7F3AF6
RGB
CMYK
RGB Variations
Color information
#7F3AF6 (or 0x7F3AF6) is known color: Blue Violet. HEX triplet: 7F, 3A and F6. RGB value is (127,58,246). Sum of RGB (Red+Green+Blue) = 127+58+246=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3AF6 is #80C509. Grayscale: #636363. Windows color (decimal): -8439050 or 16136831. OLE color: 16136831.
HSL color Cylindrical-coordinate representation of color #7F3AF6: hue angle of 262.02º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F3AF6 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 58 | 246 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.04 |
| HSL | 262.02º | 0.91% | 0.6% | - |
| HSV(B) | 262.02º | 0.76% | 0.96% | - |
| XYZ | 26.9 | 14.19 | 88.51 | - |
| YUV | 100.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 246 | 0.48 | 0.76 | 0 | 0.04 | 262.02 | 0.91 | 0.6 |
| Hex | 7F | 3A | F6 | 30 | 4C | 0 | 4 | 106 | 5B | 3C |
| Octal | 177 | 72 | 366 | 60 | 114 | 0 | 4 | 406 | 133 | 74 |
| Binary | 1111111 | 111010 | 11110110 | 110000 | 1001100 | 0 | 100 | 100000110 | 1011011 | 111100 |
Color Harmonies of #7F3AF6
Complementary color
Monochromatic Colors of #7F3AF6
Black with #7F3AF6
Text Example
Text Example
White with #7F3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3AF6; }
p { color: rgb(127,58,246); }
H1.HeaderClassName
{
color: #7F3AF6;
}
.AnyTagClassName
{
color: #7F3AF6;
}
</style>
background-color css
<style>
a { background-color: #7F3AF6; }
a { background-color: rgb(127,58,246); }
div.DivClassName
{
background-color: #7F3AF6;
}
.BgClassName
{
background-color: #7F3AF6;
}
</style>
border-color css
<style>
span { border-color: #7F3AF6; }
span { border-color: rgb(127,58,246); }
td.TdClassName
{
border-color: #7F3AF6;
}
.TagClassName
{
border-color: #7F3AF6;
}
</style>