Shades of Dark Violet #7F00B6
Tints of Dark Violet #7F00B6
RGB
CMYK
RGB Variations
Color information
#7F00B6 (or 0x7F00B6) is known color: Dark Violet. HEX triplet: 7F, 00 and B6. RGB value is (127,0,182). Sum of RGB (Red+Green+Blue) = 127+0+182=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F00B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00B6 is #80FF49. Grayscale: #3A3A3A. Windows color (decimal): -8453962 or 11927679. OLE color: 11927679.
HSL color Cylindrical-coordinate representation of color #7F00B6: hue angle of 281.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00B6 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 0 | 182 | - |
| CMYK | 0.30 | 1 | 0 | 0.29 |
| HSL | 281.87º | 1% | 0.36% | - |
| HSV(B) | 281.87º | 1% | 0.71% | - |
| XYZ | 17.2 | 7.89 | 44.87 | - |
| YUV | 58.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 182 | 0.30 | 1 | 0 | 0.29 | 281.87 | 1 | 0.36 |
| Hex | 7F | 0 | B6 | 1E | 64 | 0 | 1D | 11A | 64 | 24 |
| Octal | 177 | 0 | 266 | 36 | 144 | 0 | 35 | 432 | 144 | 44 |
| Binary | 1111111 | 0 | 10110110 | 11110 | 1100100 | 0 | 11101 | 100011010 | 1100100 | 100100 |
Color Harmonies of #7F00B6
Complementary color
Monochromatic Colors of #7F00B6
Black with #7F00B6
Text Example
Text Example
White with #7F00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00B6; }
p { color: rgb(127,0,182); }
H1.HeaderClassName
{
color: #7F00B6;
}
.AnyTagClassName
{
color: #7F00B6;
}
</style>
background-color css
<style>
a { background-color: #7F00B6; }
a { background-color: rgb(127,0,182); }
div.DivClassName
{
background-color: #7F00B6;
}
.BgClassName
{
background-color: #7F00B6;
}
</style>
border-color css
<style>
span { border-color: #7F00B6; }
span { border-color: rgb(127,0,182); }
td.TdClassName
{
border-color: #7F00B6;
}
.TagClassName
{
border-color: #7F00B6;
}
</style>