Shades of Dark Violet #7F0EBC
Tints of Dark Violet #7F0EBC
RGB
CMYK
RGB Variations
Color information
#7F0EBC (or 0x7F0EBC) is known color: Dark Violet. HEX triplet: 7F, 0E and BC. RGB value is (127,14,188). Sum of RGB (Red+Green+Blue) = 127+14+188=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F0EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0EBC is #80F143. Grayscale: #434343. Windows color (decimal): -8450372 or 12324479. OLE color: 12324479.
HSL color Cylindrical-coordinate representation of color #7F0EBC: hue angle of 278.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0EBC is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 14 | 188 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.26 |
| HSL | 278.97º | 0.86% | 0.4% | - |
| HSV(B) | 278.97º | 0.93% | 0.74% | - |
| XYZ | 17.99 | 8.46 | 48.26 | - |
| YUV | 67.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 188 | 0.32 | 0.93 | 0 | 0.26 | 278.97 | 0.86 | 0.4 |
| Hex | 7F | E | BC | 20 | 5D | 0 | 1A | 117 | 56 | 28 |
| Octal | 177 | 16 | 274 | 40 | 135 | 0 | 32 | 427 | 126 | 50 |
| Binary | 1111111 | 1110 | 10111100 | 100000 | 1011101 | 0 | 11010 | 100010111 | 1010110 | 101000 |
Color Harmonies of #7F0EBC
Complementary color
Monochromatic Colors of #7F0EBC
Black with #7F0EBC
Text Example
Text Example
White with #7F0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EBC; }
p { color: rgb(127,14,188); }
H1.HeaderClassName
{
color: #7F0EBC;
}
.AnyTagClassName
{
color: #7F0EBC;
}
</style>
background-color css
<style>
a { background-color: #7F0EBC; }
a { background-color: rgb(127,14,188); }
div.DivClassName
{
background-color: #7F0EBC;
}
.BgClassName
{
background-color: #7F0EBC;
}
</style>
border-color css
<style>
span { border-color: #7F0EBC; }
span { border-color: rgb(127,14,188); }
td.TdClassName
{
border-color: #7F0EBC;
}
.TagClassName
{
border-color: #7F0EBC;
}
</style>