Shades of Blue Violet #7F2EE2
Tints of Blue Violet #7F2EE2
RGB
CMYK
RGB Variations
Color information
#7F2EE2 (or 0x7F2EE2) is known color: Blue Violet. HEX triplet: 7F, 2E and E2. RGB value is (127,46,226). Sum of RGB (Red+Green+Blue) = 127+46+226=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #7F2EE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2EE2 is #80D11D. Grayscale: #5A5A5A. Windows color (decimal): -8442142 or 14823039. OLE color: 14823039.
HSL color Cylindrical-coordinate representation of color #7F2EE2: hue angle of 267º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2EE2 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 46 | 226 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.11 |
| HSL | 267º | 0.76% | 0.53% | - |
| HSV(B) | 267º | 0.8% | 0.89% | - |
| XYZ | 23.46 | 11.96 | 73.02 | - |
| YUV | 90.74 | 204.34 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 46 | 226 | 0.44 | 0.80 | 0 | 0.11 | 267 | 0.76 | 0.53 |
| Hex | 7F | 2E | E2 | 2C | 50 | 0 | B | 10B | 4C | 35 |
| Octal | 177 | 56 | 342 | 54 | 120 | 0 | 13 | 413 | 114 | 65 |
| Binary | 1111111 | 101110 | 11100010 | 101100 | 1010000 | 0 | 1011 | 100001011 | 1001100 | 110101 |
Color Harmonies of #7F2EE2
Complementary color
Monochromatic Colors of #7F2EE2
Black with #7F2EE2
Text Example
Text Example
White with #7F2EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2EE2; }
p { color: rgb(127,46,226); }
H1.HeaderClassName
{
color: #7F2EE2;
}
.AnyTagClassName
{
color: #7F2EE2;
}
</style>
background-color css
<style>
a { background-color: #7F2EE2; }
a { background-color: rgb(127,46,226); }
div.DivClassName
{
background-color: #7F2EE2;
}
.BgClassName
{
background-color: #7F2EE2;
}
</style>
border-color css
<style>
span { border-color: #7F2EE2; }
span { border-color: rgb(127,46,226); }
td.TdClassName
{
border-color: #7F2EE2;
}
.TagClassName
{
border-color: #7F2EE2;
}
</style>