Shades of Blue Violet #7F2ECF
Tints of Blue Violet #7F2ECF
RGB
CMYK
RGB Variations
Color information
#7F2ECF (or 0x7F2ECF) is known color: Blue Violet. HEX triplet: 7F, 2E and CF. RGB value is (127,46,207). Sum of RGB (Red+Green+Blue) = 127+46+207=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ECF is #80D130. Grayscale: #585858. Windows color (decimal): -8442161 or 13577855. OLE color: 13577855.
HSL color Cylindrical-coordinate representation of color #7F2ECF: hue angle of 270.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F2ECF is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 46 | 207 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.19 |
| HSL | 270.19º | 0.64% | 0.5% | - |
| HSV(B) | 270.19º | 0.78% | 0.81% | - |
| XYZ | 20.99 | 10.97 | 60.04 | - |
| YUV | 88.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 46 | 207 | 0.39 | 0.78 | 0 | 0.19 | 270.19 | 0.64 | 0.5 |
| Hex | 7F | 2E | CF | 27 | 4E | 0 | 13 | 10E | 40 | 32 |
| Octal | 177 | 56 | 317 | 47 | 116 | 0 | 23 | 416 | 100 | 62 |
| Binary | 1111111 | 101110 | 11001111 | 100111 | 1001110 | 0 | 10011 | 100001110 | 1000000 | 110010 |
Color Harmonies of #7F2ECF
Complementary color
Monochromatic Colors of #7F2ECF
Black with #7F2ECF
Text Example
Text Example
White with #7F2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2ECF; }
p { color: rgb(127,46,207); }
H1.HeaderClassName
{
color: #7F2ECF;
}
.AnyTagClassName
{
color: #7F2ECF;
}
</style>
background-color css
<style>
a { background-color: #7F2ECF; }
a { background-color: rgb(127,46,207); }
div.DivClassName
{
background-color: #7F2ECF;
}
.BgClassName
{
background-color: #7F2ECF;
}
</style>
border-color css
<style>
span { border-color: #7F2ECF; }
span { border-color: rgb(127,46,207); }
td.TdClassName
{
border-color: #7F2ECF;
}
.TagClassName
{
border-color: #7F2ECF;
}
</style>