Shades of Blue Violet #7F0EEB
Tints of Blue Violet #7F0EEB
RGB
CMYK
RGB Variations
Color information
#7F0EEB (or 0x7F0EEB) is known color: Blue Violet. HEX triplet: 7F, 0E and EB. RGB value is (127,14,235). Sum of RGB (Red+Green+Blue) = 127+14+235=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F0EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0EEB is #80F114. Grayscale: #484848. Windows color (decimal): -8450325 or 15404671. OLE color: 15404671.
HSL color Cylindrical-coordinate representation of color #7F0EEB: hue angle of 270.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0EEB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 14 | 235 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.08 |
| HSL | 270.68º | 0.89% | 0.49% | - |
| HSV(B) | 270.68º | 0.94% | 0.92% | - |
| XYZ | 23.9 | 10.82 | 79.43 | - |
| YUV | 72.98 | 219.44 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 235 | 0.46 | 0.94 | 0 | 0.08 | 270.68 | 0.89 | 0.49 |
| Hex | 7F | E | EB | 2E | 5E | 0 | 8 | 10F | 59 | 31 |
| Octal | 177 | 16 | 353 | 56 | 136 | 0 | 10 | 417 | 131 | 61 |
| Binary | 1111111 | 1110 | 11101011 | 101110 | 1011110 | 0 | 1000 | 100001111 | 1011001 | 110001 |
Color Harmonies of #7F0EEB
Complementary color
Monochromatic Colors of #7F0EEB
Black with #7F0EEB
Text Example
Text Example
White with #7F0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EEB; }
p { color: rgb(127,14,235); }
H1.HeaderClassName
{
color: #7F0EEB;
}
.AnyTagClassName
{
color: #7F0EEB;
}
</style>
background-color css
<style>
a { background-color: #7F0EEB; }
a { background-color: rgb(127,14,235); }
div.DivClassName
{
background-color: #7F0EEB;
}
.BgClassName
{
background-color: #7F0EEB;
}
</style>
border-color css
<style>
span { border-color: #7F0EEB; }
span { border-color: rgb(127,14,235); }
td.TdClassName
{
border-color: #7F0EEB;
}
.TagClassName
{
border-color: #7F0EEB;
}
</style>