Shades of Dark Violet #7F00BF
Tints of Dark Violet #7F00BF
RGB
CMYK
RGB Variations
Color information
#7F00BF (or 0x7F00BF) is known color: Dark Violet. HEX triplet: 7F, 00 and BF. RGB value is (127,0,191). Sum of RGB (Red+Green+Blue) = 127+0+191=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00BF is #80FF40. Grayscale: #3B3B3B. Windows color (decimal): -8453953 or 12517503. OLE color: 12517503.
HSL color Cylindrical-coordinate representation of color #7F00BF: hue angle of 279.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00BF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 0 | 191 | - |
| CMYK | 0.34 | 1 | 0 | 0.25 |
| HSL | 279.9º | 1% | 0.37% | - |
| HSV(B) | 279.9º | 1% | 0.75% | - |
| XYZ | 18.16 | 8.27 | 49.93 | - |
| YUV | 59.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 191 | 0.34 | 1 | 0 | 0.25 | 279.9 | 1 | 0.37 |
| Hex | 7F | 0 | BF | 22 | 64 | 0 | 19 | 118 | 64 | 25 |
| Octal | 177 | 0 | 277 | 42 | 144 | 0 | 31 | 430 | 144 | 45 |
| Binary | 1111111 | 0 | 10111111 | 100010 | 1100100 | 0 | 11001 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7F00BF
Complementary color
Monochromatic Colors of #7F00BF
Black with #7F00BF
Text Example
Text Example
White with #7F00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00BF; }
p { color: rgb(127,0,191); }
H1.HeaderClassName
{
color: #7F00BF;
}
.AnyTagClassName
{
color: #7F00BF;
}
</style>
background-color css
<style>
a { background-color: #7F00BF; }
a { background-color: rgb(127,0,191); }
div.DivClassName
{
background-color: #7F00BF;
}
.BgClassName
{
background-color: #7F00BF;
}
</style>
border-color css
<style>
span { border-color: #7F00BF; }
span { border-color: rgb(127,0,191); }
td.TdClassName
{
border-color: #7F00BF;
}
.TagClassName
{
border-color: #7F00BF;
}
</style>