Shades of Vivid Violet #7D1C99
Tints of Vivid Violet #7D1C99
RGB
CMYK
RGB Variations
Color information
#7D1C99 (or 0x7D1C99) is known color: Vivid Violet. HEX triplet: 7D, 1C and 99. RGB value is (125,28,153). Sum of RGB (Red+Green+Blue) = 125+28+153=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1C99 is #82E366. Grayscale: #464646. Windows color (decimal): -8577895 or 10034301. OLE color: 10034301.
HSL color Cylindrical-coordinate representation of color #7D1C99: hue angle of 286.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1C99 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 28 | 153 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.4 |
| HSL | 286.56º | 0.69% | 0.35% | - |
| HSV(B) | 286.56º | 0.82% | 0.6% | - |
| XYZ | 14.62 | 7.49 | 30.81 | - |
| YUV | 71.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 153 | 0.18 | 0.82 | 0 | 0.4 | 286.56 | 0.69 | 0.35 |
| Hex | 7D | 1C | 99 | 12 | 52 | 0 | 28 | 11F | 45 | 23 |
| Octal | 175 | 34 | 231 | 22 | 122 | 0 | 50 | 437 | 105 | 43 |
| Binary | 1111101 | 11100 | 10011001 | 10010 | 1010010 | 0 | 101000 | 100011111 | 1000101 | 100011 |
Color Harmonies of #7D1C99
Complementary color
Monochromatic Colors of #7D1C99
Black with #7D1C99
Text Example
Text Example
White with #7D1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C99; }
p { color: rgb(125,28,153); }
H1.HeaderClassName
{
color: #7D1C99;
}
.AnyTagClassName
{
color: #7D1C99;
}
</style>
background-color css
<style>
a { background-color: #7D1C99; }
a { background-color: rgb(125,28,153); }
div.DivClassName
{
background-color: #7D1C99;
}
.BgClassName
{
background-color: #7D1C99;
}
</style>
border-color css
<style>
span { border-color: #7D1C99; }
span { border-color: rgb(125,28,153); }
td.TdClassName
{
border-color: #7D1C99;
}
.TagClassName
{
border-color: #7D1C99;
}
</style>