Shades of Dark Violet #7D00CF
Tints of Dark Violet #7D00CF
RGB
CMYK
RGB Variations
Color information
#7D00CF (or 0x7D00CF) is known color: Dark Violet. HEX triplet: 7D, 00 and CF. RGB value is (125,0,207). Sum of RGB (Red+Green+Blue) = 125+0+207=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00CF is #82FF30. Grayscale: #3C3C3C. Windows color (decimal): -8585009 or 13566077. OLE color: 13566077.
HSL color Cylindrical-coordinate representation of color #7D00CF: hue angle of 276.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00CF is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 0 | 207 | - |
| CMYK | 0.40 | 1 | 0 | 0.19 |
| HSL | 276.23º | 1% | 0.41% | - |
| HSV(B) | 276.23º | 1% | 0.81% | - |
| XYZ | 19.72 | 8.86 | 59.7 | - |
| YUV | 60.97 | 210.41 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 207 | 0.40 | 1 | 0 | 0.19 | 276.23 | 1 | 0.41 |
| Hex | 7D | 0 | CF | 28 | 64 | 0 | 13 | 114 | 64 | 29 |
| Octal | 175 | 0 | 317 | 50 | 144 | 0 | 23 | 424 | 144 | 51 |
| Binary | 1111101 | 0 | 11001111 | 101000 | 1100100 | 0 | 10011 | 100010100 | 1100100 | 101001 |
Color Harmonies of #7D00CF
Complementary color
Monochromatic Colors of #7D00CF
Black with #7D00CF
Text Example
Text Example
White with #7D00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00CF; }
p { color: rgb(125,0,207); }
H1.HeaderClassName
{
color: #7D00CF;
}
.AnyTagClassName
{
color: #7D00CF;
}
</style>
background-color css
<style>
a { background-color: #7D00CF; }
a { background-color: rgb(125,0,207); }
div.DivClassName
{
background-color: #7D00CF;
}
.BgClassName
{
background-color: #7D00CF;
}
</style>
border-color css
<style>
span { border-color: #7D00CF; }
span { border-color: rgb(125,0,207); }
td.TdClassName
{
border-color: #7D00CF;
}
.TagClassName
{
border-color: #7D00CF;
}
</style>