Shades of Blue Violet #7F0FEC
Tints of Blue Violet #7F0FEC
RGB
CMYK
RGB Variations
Color information
#7F0FEC (or 0x7F0FEC) is known color: Blue Violet. HEX triplet: 7F, 0F and EC. RGB value is (127,15,236). Sum of RGB (Red+Green+Blue) = 127+15+236=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0FEC is #80F013. Grayscale: #484848. Windows color (decimal): -8450068 or 15470463. OLE color: 15470463.
HSL color Cylindrical-coordinate representation of color #7F0FEC: hue angle of 270.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0FEC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 15 | 236 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.07 |
| HSL | 270.41º | 0.88% | 0.49% | - |
| HSV(B) | 270.41º | 0.94% | 0.93% | - |
| XYZ | 24.06 | 10.91 | 80.19 | - |
| YUV | 73.68 | 219.61 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 236 | 0.46 | 0.94 | 0 | 0.07 | 270.41 | 0.88 | 0.49 |
| Hex | 7F | F | EC | 2E | 5E | 0 | 7 | 10E | 58 | 31 |
| Octal | 177 | 17 | 354 | 56 | 136 | 0 | 7 | 416 | 130 | 61 |
| Binary | 1111111 | 1111 | 11101100 | 101110 | 1011110 | 0 | 111 | 100001110 | 1011000 | 110001 |
Color Harmonies of #7F0FEC
Complementary color
Monochromatic Colors of #7F0FEC
Black with #7F0FEC
Text Example
Text Example
White with #7F0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0FEC; }
p { color: rgb(127,15,236); }
H1.HeaderClassName
{
color: #7F0FEC;
}
.AnyTagClassName
{
color: #7F0FEC;
}
</style>
background-color css
<style>
a { background-color: #7F0FEC; }
a { background-color: rgb(127,15,236); }
div.DivClassName
{
background-color: #7F0FEC;
}
.BgClassName
{
background-color: #7F0FEC;
}
</style>
border-color css
<style>
span { border-color: #7F0FEC; }
span { border-color: rgb(127,15,236); }
td.TdClassName
{
border-color: #7F0FEC;
}
.TagClassName
{
border-color: #7F0FEC;
}
</style>