Shades of Dark Violet #7D07BF
Tints of Dark Violet #7D07BF
RGB
CMYK
RGB Variations
Color information
#7D07BF (or 0x7D07BF) is known color: Dark Violet. HEX triplet: 7D, 07 and BF. RGB value is (125,7,191). Sum of RGB (Red+Green+Blue) = 125+7+191=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D07BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D07BF is #82F840. Grayscale: #3E3E3E. Windows color (decimal): -8583233 or 12519293. OLE color: 12519293.
HSL color Cylindrical-coordinate representation of color #7D07BF: hue angle of 278.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D07BF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 7 | 191 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.25 |
| HSL | 278.48º | 0.93% | 0.39% | - |
| HSV(B) | 278.48º | 0.96% | 0.75% | - |
| XYZ | 17.94 | 8.27 | 49.94 | - |
| YUV | 63.26 | 200.09 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 191 | 0.35 | 0.96 | 0 | 0.25 | 278.48 | 0.93 | 0.39 |
| Hex | 7D | 7 | BF | 23 | 60 | 0 | 19 | 116 | 5D | 27 |
| Octal | 175 | 7 | 277 | 43 | 140 | 0 | 31 | 426 | 135 | 47 |
| Binary | 1111101 | 111 | 10111111 | 100011 | 1100000 | 0 | 11001 | 100010110 | 1011101 | 100111 |
Color Harmonies of #7D07BF
Complementary color
Monochromatic Colors of #7D07BF
Black with #7D07BF
Text Example
Text Example
White with #7D07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D07BF; }
p { color: rgb(125,7,191); }
H1.HeaderClassName
{
color: #7D07BF;
}
.AnyTagClassName
{
color: #7D07BF;
}
</style>
background-color css
<style>
a { background-color: #7D07BF; }
a { background-color: rgb(125,7,191); }
div.DivClassName
{
background-color: #7D07BF;
}
.BgClassName
{
background-color: #7D07BF;
}
</style>
border-color css
<style>
span { border-color: #7D07BF; }
span { border-color: rgb(125,7,191); }
td.TdClassName
{
border-color: #7D07BF;
}
.TagClassName
{
border-color: #7D07BF;
}
</style>