Shades of Dark Violet #7D06CF
Tints of Dark Violet #7D06CF
RGB
CMYK
RGB Variations
Color information
#7D06CF (or 0x7D06CF) is known color: Dark Violet. HEX triplet: 7D, 06 and CF. RGB value is (125,6,207). Sum of RGB (Red+Green+Blue) = 125+6+207=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D06CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D06CF is #82F930. Grayscale: #3F3F3F. Windows color (decimal): -8583473 or 13567613. OLE color: 13567613.
HSL color Cylindrical-coordinate representation of color #7D06CF: hue angle of 275.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D06CF is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 6 | 207 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.19 |
| HSL | 275.52º | 0.94% | 0.42% | - |
| HSV(B) | 275.52º | 0.97% | 0.81% | - |
| XYZ | 19.79 | 9 | 59.72 | - |
| YUV | 64.5 | 208.42 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 207 | 0.40 | 0.97 | 0 | 0.19 | 275.52 | 0.94 | 0.42 |
| Hex | 7D | 6 | CF | 28 | 61 | 0 | 13 | 114 | 5E | 2A |
| Octal | 175 | 6 | 317 | 50 | 141 | 0 | 23 | 424 | 136 | 52 |
| Binary | 1111101 | 110 | 11001111 | 101000 | 1100001 | 0 | 10011 | 100010100 | 1011110 | 101010 |
Color Harmonies of #7D06CF
Complementary color
Monochromatic Colors of #7D06CF
Black with #7D06CF
Text Example
Text Example
White with #7D06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D06CF; }
p { color: rgb(125,6,207); }
H1.HeaderClassName
{
color: #7D06CF;
}
.AnyTagClassName
{
color: #7D06CF;
}
</style>
background-color css
<style>
a { background-color: #7D06CF; }
a { background-color: rgb(125,6,207); }
div.DivClassName
{
background-color: #7D06CF;
}
.BgClassName
{
background-color: #7D06CF;
}
</style>
border-color css
<style>
span { border-color: #7D06CF; }
span { border-color: rgb(125,6,207); }
td.TdClassName
{
border-color: #7D06CF;
}
.TagClassName
{
border-color: #7D06CF;
}
</style>