Shades of Dark Violet #7F0FBC
Tints of Dark Violet #7F0FBC
RGB
CMYK
RGB Variations
Color information
#7F0FBC (or 0x7F0FBC) is known color: Dark Violet. HEX triplet: 7F, 0F and BC. RGB value is (127,15,188). Sum of RGB (Red+Green+Blue) = 127+15+188=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F0FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0FBC is #80F043. Grayscale: #434343. Windows color (decimal): -8450116 or 12324735. OLE color: 12324735.
HSL color Cylindrical-coordinate representation of color #7F0FBC: hue angle of 278.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F0FBC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 15 | 188 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.26 |
| HSL | 278.84º | 0.85% | 0.4% | - |
| HSV(B) | 278.84º | 0.92% | 0.74% | - |
| XYZ | 18 | 8.48 | 48.27 | - |
| YUV | 68.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 188 | 0.32 | 0.92 | 0 | 0.26 | 278.84 | 0.85 | 0.4 |
| Hex | 7F | F | BC | 20 | 5C | 0 | 1A | 117 | 55 | 28 |
| Octal | 177 | 17 | 274 | 40 | 134 | 0 | 32 | 427 | 125 | 50 |
| Binary | 1111111 | 1111 | 10111100 | 100000 | 1011100 | 0 | 11010 | 100010111 | 1010101 | 101000 |
Color Harmonies of #7F0FBC
Complementary color
Monochromatic Colors of #7F0FBC
Black with #7F0FBC
Text Example
Text Example
White with #7F0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0FBC; }
p { color: rgb(127,15,188); }
H1.HeaderClassName
{
color: #7F0FBC;
}
.AnyTagClassName
{
color: #7F0FBC;
}
</style>
background-color css
<style>
a { background-color: #7F0FBC; }
a { background-color: rgb(127,15,188); }
div.DivClassName
{
background-color: #7F0FBC;
}
.BgClassName
{
background-color: #7F0FBC;
}
</style>
border-color css
<style>
span { border-color: #7F0FBC; }
span { border-color: rgb(127,15,188); }
td.TdClassName
{
border-color: #7F0FBC;
}
.TagClassName
{
border-color: #7F0FBC;
}
</style>