Shades of Blue Violet #7F0EE0
Tints of Blue Violet #7F0EE0
RGB
CMYK
RGB Variations
Color information
#7F0EE0 (or 0x7F0EE0) is known color: Blue Violet. HEX triplet: 7F, 0E and E0. RGB value is (127,14,224). Sum of RGB (Red+Green+Blue) = 127+14+224=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F0EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0EE0 is #80F11F. Grayscale: #474747. Windows color (decimal): -8450336 or 14683775. OLE color: 14683775.
HSL color Cylindrical-coordinate representation of color #7F0EE0: hue angle of 272.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0EE0 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 14 | 224 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.12 |
| HSL | 272.29º | 0.88% | 0.47% | - |
| HSV(B) | 272.29º | 0.94% | 0.88% | - |
| XYZ | 22.36 | 10.21 | 71.31 | - |
| YUV | 71.73 | 213.94 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 224 | 0.43 | 0.94 | 0 | 0.12 | 272.29 | 0.88 | 0.47 |
| Hex | 7F | E | E0 | 2B | 5E | 0 | C | 110 | 58 | 2F |
| Octal | 177 | 16 | 340 | 53 | 136 | 0 | 14 | 420 | 130 | 57 |
| Binary | 1111111 | 1110 | 11100000 | 101011 | 1011110 | 0 | 1100 | 100010000 | 1011000 | 101111 |
Color Harmonies of #7F0EE0
Complementary color
Monochromatic Colors of #7F0EE0
Black with #7F0EE0
Text Example
Text Example
White with #7F0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EE0; }
p { color: rgb(127,14,224); }
H1.HeaderClassName
{
color: #7F0EE0;
}
.AnyTagClassName
{
color: #7F0EE0;
}
</style>
background-color css
<style>
a { background-color: #7F0EE0; }
a { background-color: rgb(127,14,224); }
div.DivClassName
{
background-color: #7F0EE0;
}
.BgClassName
{
background-color: #7F0EE0;
}
</style>
border-color css
<style>
span { border-color: #7F0EE0; }
span { border-color: rgb(127,14,224); }
td.TdClassName
{
border-color: #7F0EE0;
}
.TagClassName
{
border-color: #7F0EE0;
}
</style>