Shades of Dark Violet #7D05CF
Tints of Dark Violet #7D05CF
RGB
CMYK
RGB Variations
Color information
#7D05CF (or 0x7D05CF) is known color: Dark Violet. HEX triplet: 7D, 05 and CF. RGB value is (125,5,207). Sum of RGB (Red+Green+Blue) = 125+5+207=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D05CF is #82FA30. Grayscale: #3F3F3F. Windows color (decimal): -8583729 or 13567357. OLE color: 13567357.
HSL color Cylindrical-coordinate representation of color #7D05CF: hue angle of 275.64º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D05CF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 5 | 207 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.19 |
| HSL | 275.64º | 0.95% | 0.42% | - |
| HSV(B) | 275.64º | 0.98% | 0.81% | - |
| XYZ | 19.77 | 8.97 | 59.72 | - |
| YUV | 63.91 | 208.76 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 207 | 0.40 | 0.98 | 0 | 0.19 | 275.64 | 0.95 | 0.42 |
| Hex | 7D | 5 | CF | 28 | 62 | 0 | 13 | 114 | 5F | 2A |
| Octal | 175 | 5 | 317 | 50 | 142 | 0 | 23 | 424 | 137 | 52 |
| Binary | 1111101 | 101 | 11001111 | 101000 | 1100010 | 0 | 10011 | 100010100 | 1011111 | 101010 |
Color Harmonies of #7D05CF
Complementary color
Monochromatic Colors of #7D05CF
Black with #7D05CF
Text Example
Text Example
White with #7D05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D05CF; }
p { color: rgb(125,5,207); }
H1.HeaderClassName
{
color: #7D05CF;
}
.AnyTagClassName
{
color: #7D05CF;
}
</style>
background-color css
<style>
a { background-color: #7D05CF; }
a { background-color: rgb(125,5,207); }
div.DivClassName
{
background-color: #7D05CF;
}
.BgClassName
{
background-color: #7D05CF;
}
</style>
border-color css
<style>
span { border-color: #7D05CF; }
span { border-color: rgb(125,5,207); }
td.TdClassName
{
border-color: #7D05CF;
}
.TagClassName
{
border-color: #7D05CF;
}
</style>