Shades of Blue Violet #7F12EC
Tints of Blue Violet #7F12EC
RGB
CMYK
RGB Variations
Color information
#7F12EC (or 0x7F12EC) is known color: Blue Violet. HEX triplet: 7F, 12 and EC. RGB value is (127,18,236). Sum of RGB (Red+Green+Blue) = 127+18+236=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F12EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F12EC is #80ED13. Grayscale: #4A4A4A. Windows color (decimal): -8449300 or 15471231. OLE color: 15471231.
HSL color Cylindrical-coordinate representation of color #7F12EC: hue angle of 270º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F12EC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 18 | 236 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.07 |
| HSL | 270º | 0.86% | 0.5% | - |
| HSV(B) | 270º | 0.92% | 0.93% | - |
| XYZ | 24.11 | 11 | 80.21 | - |
| YUV | 75.44 | 218.61 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 236 | 0.46 | 0.92 | 0 | 0.07 | 270 | 0.86 | 0.5 |
| Hex | 7F | 12 | EC | 2E | 5C | 0 | 7 | 10E | 56 | 32 |
| Octal | 177 | 22 | 354 | 56 | 134 | 0 | 7 | 416 | 126 | 62 |
| Binary | 1111111 | 10010 | 11101100 | 101110 | 1011100 | 0 | 111 | 100001110 | 1010110 | 110010 |
Color Harmonies of #7F12EC
Complementary color
Monochromatic Colors of #7F12EC
Black with #7F12EC
Text Example
Text Example
White with #7F12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F12EC; }
p { color: rgb(127,18,236); }
H1.HeaderClassName
{
color: #7F12EC;
}
.AnyTagClassName
{
color: #7F12EC;
}
</style>
background-color css
<style>
a { background-color: #7F12EC; }
a { background-color: rgb(127,18,236); }
div.DivClassName
{
background-color: #7F12EC;
}
.BgClassName
{
background-color: #7F12EC;
}
</style>
border-color css
<style>
span { border-color: #7F12EC; }
span { border-color: rgb(127,18,236); }
td.TdClassName
{
border-color: #7F12EC;
}
.TagClassName
{
border-color: #7F12EC;
}
</style>