Shades of Blue Violet #7F0DEC
Tints of Blue Violet #7F0DEC
RGB
CMYK
RGB Variations
Color information
#7F0DEC (or 0x7F0DEC) is known color: Blue Violet. HEX triplet: 7F, 0D and EC. RGB value is (127,13,236). Sum of RGB (Red+Green+Blue) = 127+13+236=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0DEC is #80F213. Grayscale: #474747. Windows color (decimal): -8450580 or 15469951. OLE color: 15469951.
HSL color Cylindrical-coordinate representation of color #7F0DEC: hue angle of 270.67º degrees, saturation: 0.9, 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 #7F0DEC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 13 | 236 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.07 |
| HSL | 270.67º | 0.9% | 0.49% | - |
| HSV(B) | 270.67º | 0.94% | 0.93% | - |
| XYZ | 24.04 | 10.86 | 80.19 | - |
| YUV | 72.51 | 220.27 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 236 | 0.46 | 0.94 | 0 | 0.07 | 270.67 | 0.9 | 0.49 |
| Hex | 7F | D | EC | 2E | 5E | 0 | 7 | 10F | 5A | 31 |
| Octal | 177 | 15 | 354 | 56 | 136 | 0 | 7 | 417 | 132 | 61 |
| Binary | 1111111 | 1101 | 11101100 | 101110 | 1011110 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #7F0DEC
Complementary color
Monochromatic Colors of #7F0DEC
Black with #7F0DEC
Text Example
Text Example
White with #7F0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DEC; }
p { color: rgb(127,13,236); }
H1.HeaderClassName
{
color: #7F0DEC;
}
.AnyTagClassName
{
color: #7F0DEC;
}
</style>
background-color css
<style>
a { background-color: #7F0DEC; }
a { background-color: rgb(127,13,236); }
div.DivClassName
{
background-color: #7F0DEC;
}
.BgClassName
{
background-color: #7F0DEC;
}
</style>
border-color css
<style>
span { border-color: #7F0DEC; }
span { border-color: rgb(127,13,236); }
td.TdClassName
{
border-color: #7F0DEC;
}
.TagClassName
{
border-color: #7F0DEC;
}
</style>