Shades of Blue Violet #7F3CEF
Tints of Blue Violet #7F3CEF
RGB
CMYK
RGB Variations
Color information
#7F3CEF (or 0x7F3CEF) is known color: Blue Violet. HEX triplet: 7F, 3C and EF. RGB value is (127,60,239). Sum of RGB (Red+Green+Blue) = 127+60+239=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3CEF is #80C310. Grayscale: #636363. Windows color (decimal): -8438545 or 15678591. OLE color: 15678591.
HSL color Cylindrical-coordinate representation of color #7F3CEF: hue angle of 262.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F3CEF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 60 | 239 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.06 |
| HSL | 262.46º | 0.85% | 0.59% | - |
| HSV(B) | 262.46º | 0.75% | 0.94% | - |
| XYZ | 25.95 | 13.98 | 82.99 | - |
| YUV | 100.44 | 206.2 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 239 | 0.47 | 0.75 | 0 | 0.06 | 262.46 | 0.85 | 0.59 |
| Hex | 7F | 3C | EF | 2F | 4B | 0 | 6 | 106 | 55 | 3B |
| Octal | 177 | 74 | 357 | 57 | 113 | 0 | 6 | 406 | 125 | 73 |
| Binary | 1111111 | 111100 | 11101111 | 101111 | 1001011 | 0 | 110 | 100000110 | 1010101 | 111011 |
Color Harmonies of #7F3CEF
Complementary color
Monochromatic Colors of #7F3CEF
Black with #7F3CEF
Text Example
Text Example
White with #7F3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3CEF; }
p { color: rgb(127,60,239); }
H1.HeaderClassName
{
color: #7F3CEF;
}
.AnyTagClassName
{
color: #7F3CEF;
}
</style>
background-color css
<style>
a { background-color: #7F3CEF; }
a { background-color: rgb(127,60,239); }
div.DivClassName
{
background-color: #7F3CEF;
}
.BgClassName
{
background-color: #7F3CEF;
}
</style>
border-color css
<style>
span { border-color: #7F3CEF; }
span { border-color: rgb(127,60,239); }
td.TdClassName
{
border-color: #7F3CEF;
}
.TagClassName
{
border-color: #7F3CEF;
}
</style>