Shades of Vivid Violet #7D1D96
Tints of Vivid Violet #7D1D96
RGB
CMYK
RGB Variations
Color information
#7D1D96 (or 0x7D1D96) is known color: Vivid Violet. HEX triplet: 7D, 1D and 96. RGB value is (125,29,150). Sum of RGB (Red+Green+Blue) = 125+29+150=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D1D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1D96 is #82E269. Grayscale: #474747. Windows color (decimal): -8577642 or 9837949. OLE color: 9837949.
HSL color Cylindrical-coordinate representation of color #7D1D96: hue angle of 287.6º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1D96 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 29 | 150 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.41 |
| HSL | 287.6º | 0.68% | 0.35% | - |
| HSV(B) | 287.6º | 0.81% | 0.59% | - |
| XYZ | 14.4 | 7.44 | 29.53 | - |
| YUV | 71.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 150 | 0.17 | 0.81 | 0 | 0.41 | 287.6 | 0.68 | 0.35 |
| Hex | 7D | 1D | 96 | 11 | 51 | 0 | 29 | 120 | 44 | 23 |
| Octal | 175 | 35 | 226 | 21 | 121 | 0 | 51 | 440 | 104 | 43 |
| Binary | 1111101 | 11101 | 10010110 | 10001 | 1010001 | 0 | 101001 | 100100000 | 1000100 | 100011 |
Color Harmonies of #7D1D96
Complementary color
Monochromatic Colors of #7D1D96
Black with #7D1D96
Text Example
Text Example
White with #7D1D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1D96; }
p { color: rgb(125,29,150); }
H1.HeaderClassName
{
color: #7D1D96;
}
.AnyTagClassName
{
color: #7D1D96;
}
</style>
background-color css
<style>
a { background-color: #7D1D96; }
a { background-color: rgb(125,29,150); }
div.DivClassName
{
background-color: #7D1D96;
}
.BgClassName
{
background-color: #7D1D96;
}
</style>
border-color css
<style>
span { border-color: #7D1D96; }
span { border-color: rgb(125,29,150); }
td.TdClassName
{
border-color: #7D1D96;
}
.TagClassName
{
border-color: #7D1D96;
}
</style>