Shades of Dark Violet #7D0AD3
Tints of Dark Violet #7D0AD3
RGB
CMYK
RGB Variations
Color information
#7D0AD3 (or 0x7D0AD3) is known color: Dark Violet. HEX triplet: 7D, 0A and D3. RGB value is (125,10,211). Sum of RGB (Red+Green+Blue) = 125+10+211=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #7D0AD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0AD3 is #82F52C. Grayscale: #424242. Windows color (decimal): -8582445 or 13830781. OLE color: 13830781.
HSL color Cylindrical-coordinate representation of color #7D0AD3: hue angle of 274.33º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0AD3 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 10 | 211 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.17 |
| HSL | 274.33º | 0.91% | 0.43% | - |
| HSV(B) | 274.33º | 0.95% | 0.83% | - |
| XYZ | 20.32 | 9.28 | 62.35 | - |
| YUV | 67.3 | 209.1 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 211 | 0.41 | 0.95 | 0 | 0.17 | 274.33 | 0.91 | 0.43 |
| Hex | 7D | A | D3 | 29 | 5F | 0 | 11 | 112 | 5B | 2B |
| Octal | 175 | 12 | 323 | 51 | 137 | 0 | 21 | 422 | 133 | 53 |
| Binary | 1111101 | 1010 | 11010011 | 101001 | 1011111 | 0 | 10001 | 100010010 | 1011011 | 101011 |
Color Harmonies of #7D0AD3
Complementary color
Monochromatic Colors of #7D0AD3
Black with #7D0AD3
Text Example
Text Example
White with #7D0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AD3; }
p { color: rgb(125,10,211); }
H1.HeaderClassName
{
color: #7D0AD3;
}
.AnyTagClassName
{
color: #7D0AD3;
}
</style>
background-color css
<style>
a { background-color: #7D0AD3; }
a { background-color: rgb(125,10,211); }
div.DivClassName
{
background-color: #7D0AD3;
}
.BgClassName
{
background-color: #7D0AD3;
}
</style>
border-color css
<style>
span { border-color: #7D0AD3; }
span { border-color: rgb(125,10,211); }
td.TdClassName
{
border-color: #7D0AD3;
}
.TagClassName
{
border-color: #7D0AD3;
}
</style>