Shades of Blue Violet #7F0CEC
Tints of Blue Violet #7F0CEC
RGB
CMYK
RGB Variations
Color information
#7F0CEC (or 0x7F0CEC) is known color: Blue Violet. HEX triplet: 7F, 0C and EC. RGB value is (127,12,236). Sum of RGB (Red+Green+Blue) = 127+12+236=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0CEC is #80F313. Grayscale: #474747. Windows color (decimal): -8450836 or 15469695. OLE color: 15469695.
HSL color Cylindrical-coordinate representation of color #7F0CEC: hue angle of 270.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0CEC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 12 | 236 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.07 |
| HSL | 270.8º | 0.9% | 0.49% | - |
| HSV(B) | 270.8º | 0.95% | 0.93% | - |
| XYZ | 24.02 | 10.83 | 80.18 | - |
| YUV | 71.92 | 220.6 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 236 | 0.46 | 0.95 | 0 | 0.07 | 270.8 | 0.9 | 0.49 |
| Hex | 7F | C | EC | 2E | 5F | 0 | 7 | 10F | 5A | 31 |
| Octal | 177 | 14 | 354 | 56 | 137 | 0 | 7 | 417 | 132 | 61 |
| Binary | 1111111 | 1100 | 11101100 | 101110 | 1011111 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #7F0CEC
Complementary color
Monochromatic Colors of #7F0CEC
Black with #7F0CEC
Text Example
Text Example
White with #7F0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0CEC; }
p { color: rgb(127,12,236); }
H1.HeaderClassName
{
color: #7F0CEC;
}
.AnyTagClassName
{
color: #7F0CEC;
}
</style>
background-color css
<style>
a { background-color: #7F0CEC; }
a { background-color: rgb(127,12,236); }
div.DivClassName
{
background-color: #7F0CEC;
}
.BgClassName
{
background-color: #7F0CEC;
}
</style>
border-color css
<style>
span { border-color: #7F0CEC; }
span { border-color: rgb(127,12,236); }
td.TdClassName
{
border-color: #7F0CEC;
}
.TagClassName
{
border-color: #7F0CEC;
}
</style>