Shades of Blue Violet #7F2BEC
Tints of Blue Violet #7F2BEC
RGB
CMYK
RGB Variations
Color information
#7F2BEC (or 0x7F2BEC) is known color: Blue Violet. HEX triplet: 7F, 2B and EC. RGB value is (127,43,236). Sum of RGB (Red+Green+Blue) = 127+43+236=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F2BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2BEC is #80D413. Grayscale: #595959. Windows color (decimal): -8442900 or 15477631. OLE color: 15477631.
HSL color Cylindrical-coordinate representation of color #7F2BEC: hue angle of 266.11º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F2BEC is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 43 | 236 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.07 |
| HSL | 266.11º | 0.84% | 0.55% | - |
| HSV(B) | 266.11º | 0.82% | 0.93% | - |
| XYZ | 24.76 | 12.3 | 80.43 | - |
| YUV | 90.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 236 | 0.46 | 0.82 | 0 | 0.07 | 266.11 | 0.84 | 0.55 |
| Hex | 7F | 2B | EC | 2E | 52 | 0 | 7 | 10A | 54 | 37 |
| Octal | 177 | 53 | 354 | 56 | 122 | 0 | 7 | 412 | 124 | 67 |
| Binary | 1111111 | 101011 | 11101100 | 101110 | 1010010 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #7F2BEC
Complementary color
Monochromatic Colors of #7F2BEC
Black with #7F2BEC
Text Example
Text Example
White with #7F2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2BEC; }
p { color: rgb(127,43,236); }
H1.HeaderClassName
{
color: #7F2BEC;
}
.AnyTagClassName
{
color: #7F2BEC;
}
</style>
background-color css
<style>
a { background-color: #7F2BEC; }
a { background-color: rgb(127,43,236); }
div.DivClassName
{
background-color: #7F2BEC;
}
.BgClassName
{
background-color: #7F2BEC;
}
</style>
border-color css
<style>
span { border-color: #7F2BEC; }
span { border-color: rgb(127,43,236); }
td.TdClassName
{
border-color: #7F2BEC;
}
.TagClassName
{
border-color: #7F2BEC;
}
</style>