Shades of Blue Violet #7F10E9
Tints of Blue Violet #7F10E9
RGB
CMYK
RGB Variations
Color information
#7F10E9 (or 0x7F10E9) is known color: Blue Violet. HEX triplet: 7F, 10 and E9. RGB value is (127,16,233). Sum of RGB (Red+Green+Blue) = 127+16+233=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F10E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F10E9 is #80EF16. Grayscale: #494949. Windows color (decimal): -8449815 or 15274111. OLE color: 15274111.
HSL color Cylindrical-coordinate representation of color #7F10E9: hue angle of 270.69º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F10E9 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 16 | 233 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.09 |
| HSL | 270.69º | 0.87% | 0.49% | - |
| HSV(B) | 270.69º | 0.93% | 0.91% | - |
| XYZ | 23.65 | 10.77 | 77.92 | - |
| YUV | 73.93 | 217.77 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 233 | 0.45 | 0.93 | 0 | 0.09 | 270.69 | 0.87 | 0.49 |
| Hex | 7F | 10 | E9 | 2D | 5D | 0 | 9 | 10F | 57 | 31 |
| Octal | 177 | 20 | 351 | 55 | 135 | 0 | 11 | 417 | 127 | 61 |
| Binary | 1111111 | 10000 | 11101001 | 101101 | 1011101 | 0 | 1001 | 100001111 | 1010111 | 110001 |
Color Harmonies of #7F10E9
Complementary color
Monochromatic Colors of #7F10E9
Black with #7F10E9
Text Example
Text Example
White with #7F10E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F10E9; }
p { color: rgb(127,16,233); }
H1.HeaderClassName
{
color: #7F10E9;
}
.AnyTagClassName
{
color: #7F10E9;
}
</style>
background-color css
<style>
a { background-color: #7F10E9; }
a { background-color: rgb(127,16,233); }
div.DivClassName
{
background-color: #7F10E9;
}
.BgClassName
{
background-color: #7F10E9;
}
</style>
border-color css
<style>
span { border-color: #7F10E9; }
span { border-color: rgb(127,16,233); }
td.TdClassName
{
border-color: #7F10E9;
}
.TagClassName
{
border-color: #7F10E9;
}
</style>