Shades of Blue Violet #7F2CEF
Tints of Blue Violet #7F2CEF
RGB
CMYK
RGB Variations
Color information
#7F2CEF (or 0x7F2CEF) is known color: Blue Violet. HEX triplet: 7F, 2C and EF. RGB value is (127,44,239). Sum of RGB (Red+Green+Blue) = 127+44+239=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2CEF is #80D310. Grayscale: #5A5A5A. Windows color (decimal): -8442641 or 15674495. OLE color: 15674495.
HSL color Cylindrical-coordinate representation of color #7F2CEF: hue angle of 265.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F2CEF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 44 | 239 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.06 |
| HSL | 265.54º | 0.86% | 0.55% | - |
| HSV(B) | 265.54º | 0.82% | 0.94% | - |
| XYZ | 25.23 | 12.55 | 82.75 | - |
| YUV | 91.05 | 211.5 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 239 | 0.47 | 0.82 | 0 | 0.06 | 265.54 | 0.86 | 0.55 |
| Hex | 7F | 2C | EF | 2F | 52 | 0 | 6 | 10A | 56 | 37 |
| Octal | 177 | 54 | 357 | 57 | 122 | 0 | 6 | 412 | 126 | 67 |
| Binary | 1111111 | 101100 | 11101111 | 101111 | 1010010 | 0 | 110 | 100001010 | 1010110 | 110111 |
Color Harmonies of #7F2CEF
Complementary color
Monochromatic Colors of #7F2CEF
Black with #7F2CEF
Text Example
Text Example
White with #7F2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2CEF; }
p { color: rgb(127,44,239); }
H1.HeaderClassName
{
color: #7F2CEF;
}
.AnyTagClassName
{
color: #7F2CEF;
}
</style>
background-color css
<style>
a { background-color: #7F2CEF; }
a { background-color: rgb(127,44,239); }
div.DivClassName
{
background-color: #7F2CEF;
}
.BgClassName
{
background-color: #7F2CEF;
}
</style>
border-color css
<style>
span { border-color: #7F2CEF; }
span { border-color: rgb(127,44,239); }
td.TdClassName
{
border-color: #7F2CEF;
}
.TagClassName
{
border-color: #7F2CEF;
}
</style>