Shades of Dark Violet #7D0ACC
Tints of Dark Violet #7D0ACC
RGB
CMYK
RGB Variations
Color information
#7D0ACC (or 0x7D0ACC) is known color: Dark Violet. HEX triplet: 7D, 0A and CC. RGB value is (125,10,204). Sum of RGB (Red+Green+Blue) = 125+10+204=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ACC is #82F533. Grayscale: #414141. Windows color (decimal): -8582452 or 13372029. OLE color: 13372029.
HSL color Cylindrical-coordinate representation of color #7D0ACC: hue angle of 275.57º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0ACC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 10 | 204 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.2 |
| HSL | 275.57º | 0.91% | 0.42% | - |
| HSV(B) | 275.57º | 0.95% | 0.8% | - |
| XYZ | 19.47 | 8.94 | 57.83 | - |
| YUV | 66.5 | 205.6 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 204 | 0.39 | 0.95 | 0 | 0.2 | 275.57 | 0.91 | 0.42 |
| Hex | 7D | A | CC | 27 | 5F | 0 | 14 | 114 | 5B | 2A |
| Octal | 175 | 12 | 314 | 47 | 137 | 0 | 24 | 424 | 133 | 52 |
| Binary | 1111101 | 1010 | 11001100 | 100111 | 1011111 | 0 | 10100 | 100010100 | 1011011 | 101010 |
Color Harmonies of #7D0ACC
Complementary color
Monochromatic Colors of #7D0ACC
Black with #7D0ACC
Text Example
Text Example
White with #7D0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0ACC; }
p { color: rgb(125,10,204); }
H1.HeaderClassName
{
color: #7D0ACC;
}
.AnyTagClassName
{
color: #7D0ACC;
}
</style>
background-color css
<style>
a { background-color: #7D0ACC; }
a { background-color: rgb(125,10,204); }
div.DivClassName
{
background-color: #7D0ACC;
}
.BgClassName
{
background-color: #7D0ACC;
}
</style>
border-color css
<style>
span { border-color: #7D0ACC; }
span { border-color: rgb(125,10,204); }
td.TdClassName
{
border-color: #7D0ACC;
}
.TagClassName
{
border-color: #7D0ACC;
}
</style>