Shades of Blue Violet #7F20EE
Tints of Blue Violet #7F20EE
RGB
CMYK
RGB Variations
Color information
#7F20EE (or 0x7F20EE) is known color: Blue Violet. HEX triplet: 7F, 20 and EE. RGB value is (127,32,238). Sum of RGB (Red+Green+Blue) = 127+32+238=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F20EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F20EE is #80DF11. Grayscale: #535353. Windows color (decimal): -8445714 or 15605887. OLE color: 15605887.
HSL color Cylindrical-coordinate representation of color #7F20EE: hue angle of 267.67º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F20EE is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 32 | 238 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.07 |
| HSL | 267.67º | 0.86% | 0.53% | - |
| HSV(B) | 267.67º | 0.87% | 0.93% | - |
| XYZ | 24.7 | 11.72 | 81.85 | - |
| YUV | 83.89 | 214.97 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 238 | 0.47 | 0.87 | 0 | 0.07 | 267.67 | 0.86 | 0.53 |
| Hex | 7F | 20 | EE | 2F | 57 | 0 | 7 | 10C | 56 | 35 |
| Octal | 177 | 40 | 356 | 57 | 127 | 0 | 7 | 414 | 126 | 65 |
| Binary | 1111111 | 100000 | 11101110 | 101111 | 1010111 | 0 | 111 | 100001100 | 1010110 | 110101 |
Color Harmonies of #7F20EE
Complementary color
Monochromatic Colors of #7F20EE
Black with #7F20EE
Text Example
Text Example
White with #7F20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F20EE; }
p { color: rgb(127,32,238); }
H1.HeaderClassName
{
color: #7F20EE;
}
.AnyTagClassName
{
color: #7F20EE;
}
</style>
background-color css
<style>
a { background-color: #7F20EE; }
a { background-color: rgb(127,32,238); }
div.DivClassName
{
background-color: #7F20EE;
}
.BgClassName
{
background-color: #7F20EE;
}
</style>
border-color css
<style>
span { border-color: #7F20EE; }
span { border-color: rgb(127,32,238); }
td.TdClassName
{
border-color: #7F20EE;
}
.TagClassName
{
border-color: #7F20EE;
}
</style>