Shades of Dark Violet #7D0ACB
Tints of Dark Violet #7D0ACB
RGB
CMYK
RGB Variations
Color information
#7D0ACB (or 0x7D0ACB) is known color: Dark Violet. HEX triplet: 7D, 0A and CB. RGB value is (125,10,203). Sum of RGB (Red+Green+Blue) = 125+10+203=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ACB is #82F534. Grayscale: #414141. Windows color (decimal): -8582453 or 13306493. OLE color: 13306493.
HSL color Cylindrical-coordinate representation of color #7D0ACB: hue angle of 275.75º 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 #7D0ACB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 10 | 203 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.20 |
| HSL | 275.75º | 0.91% | 0.42% | - |
| HSV(B) | 275.75º | 0.95% | 0.8% | - |
| XYZ | 19.35 | 8.89 | 57.2 | - |
| YUV | 66.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 203 | 0.38 | 0.95 | 0 | 0.20 | 275.75 | 0.91 | 0.42 |
| Hex | 7D | A | CB | 26 | 5F | 0 | 14 | 114 | 5B | 2A |
| Octal | 175 | 12 | 313 | 46 | 137 | 0 | 24 | 424 | 133 | 52 |
| Binary | 1111101 | 1010 | 11001011 | 100110 | 1011111 | 0 | 10100 | 100010100 | 1011011 | 101010 |
Color Harmonies of #7D0ACB
Complementary color
Monochromatic Colors of #7D0ACB
Black with #7D0ACB
Text Example
Text Example
White with #7D0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0ACB; }
p { color: rgb(125,10,203); }
H1.HeaderClassName
{
color: #7D0ACB;
}
.AnyTagClassName
{
color: #7D0ACB;
}
</style>
background-color css
<style>
a { background-color: #7D0ACB; }
a { background-color: rgb(125,10,203); }
div.DivClassName
{
background-color: #7D0ACB;
}
.BgClassName
{
background-color: #7D0ACB;
}
</style>
border-color css
<style>
span { border-color: #7D0ACB; }
span { border-color: rgb(125,10,203); }
td.TdClassName
{
border-color: #7D0ACB;
}
.TagClassName
{
border-color: #7D0ACB;
}
</style>