Shades of Blue Violet #7F13EC
Tints of Blue Violet #7F13EC
RGB
CMYK
RGB Variations
Color information
#7F13EC (or 0x7F13EC) is known color: Blue Violet. HEX triplet: 7F, 13 and EC. RGB value is (127,19,236). Sum of RGB (Red+Green+Blue) = 127+19+236=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F13EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F13EC is #80EC13. Grayscale: #4B4B4B. Windows color (decimal): -8449044 or 15471487. OLE color: 15471487.
HSL color Cylindrical-coordinate representation of color #7F13EC: hue angle of 269.86º degrees, saturation: 0.85, 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 #7F13EC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 19 | 236 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.07 |
| HSL | 269.86º | 0.85% | 0.5% | - |
| HSV(B) | 269.86º | 0.92% | 0.93% | - |
| XYZ | 24.13 | 11.03 | 80.22 | - |
| YUV | 76.03 | 218.28 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 236 | 0.46 | 0.92 | 0 | 0.07 | 269.86 | 0.85 | 0.5 |
| Hex | 7F | 13 | EC | 2E | 5C | 0 | 7 | 10E | 55 | 32 |
| Octal | 177 | 23 | 354 | 56 | 134 | 0 | 7 | 416 | 125 | 62 |
| Binary | 1111111 | 10011 | 11101100 | 101110 | 1011100 | 0 | 111 | 100001110 | 1010101 | 110010 |
Color Harmonies of #7F13EC
Complementary color
Monochromatic Colors of #7F13EC
Black with #7F13EC
Text Example
Text Example
White with #7F13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F13EC; }
p { color: rgb(127,19,236); }
H1.HeaderClassName
{
color: #7F13EC;
}
.AnyTagClassName
{
color: #7F13EC;
}
</style>
background-color css
<style>
a { background-color: #7F13EC; }
a { background-color: rgb(127,19,236); }
div.DivClassName
{
background-color: #7F13EC;
}
.BgClassName
{
background-color: #7F13EC;
}
</style>
border-color css
<style>
span { border-color: #7F13EC; }
span { border-color: rgb(127,19,236); }
td.TdClassName
{
border-color: #7F13EC;
}
.TagClassName
{
border-color: #7F13EC;
}
</style>