Shades of Dark Violet #7D00BB
Tints of Dark Violet #7D00BB
RGB
CMYK
RGB Variations
Color information
#7D00BB (or 0x7D00BB) is known color: Dark Violet. HEX triplet: 7D, 00 and BB. RGB value is (125,0,187). Sum of RGB (Red+Green+Blue) = 125+0+187=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00BB is #82FF44. Grayscale: #3A3A3A. Windows color (decimal): -8585029 or 12255357. OLE color: 12255357.
HSL color Cylindrical-coordinate representation of color #7D00BB: hue angle of 280.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00BB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 0 | 187 | - |
| CMYK | 0.33 | 1 | 0 | 0.27 |
| HSL | 280.11º | 1% | 0.37% | - |
| HSV(B) | 280.11º | 1% | 0.73% | - |
| XYZ | 17.43 | 7.95 | 47.63 | - |
| YUV | 58.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 187 | 0.33 | 1 | 0 | 0.27 | 280.11 | 1 | 0.37 |
| Hex | 7D | 0 | BB | 21 | 64 | 0 | 1B | 118 | 64 | 25 |
| Octal | 175 | 0 | 273 | 41 | 144 | 0 | 33 | 430 | 144 | 45 |
| Binary | 1111101 | 0 | 10111011 | 100001 | 1100100 | 0 | 11011 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7D00BB
Complementary color
Monochromatic Colors of #7D00BB
Black with #7D00BB
Text Example
Text Example
White with #7D00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00BB; }
p { color: rgb(125,0,187); }
H1.HeaderClassName
{
color: #7D00BB;
}
.AnyTagClassName
{
color: #7D00BB;
}
</style>
background-color css
<style>
a { background-color: #7D00BB; }
a { background-color: rgb(125,0,187); }
div.DivClassName
{
background-color: #7D00BB;
}
.BgClassName
{
background-color: #7D00BB;
}
</style>
border-color css
<style>
span { border-color: #7D00BB; }
span { border-color: rgb(125,0,187); }
td.TdClassName
{
border-color: #7D00BB;
}
.TagClassName
{
border-color: #7D00BB;
}
</style>