Shades of Vivid Violet #7D3499
Tints of Vivid Violet #7D3499
RGB
CMYK
RGB Variations
Color information
#7D3499 (or 0x7D3499) is known color: Vivid Violet. HEX triplet: 7D, 34 and 99. RGB value is (125,52,153). Sum of RGB (Red+Green+Blue) = 125+52+153=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3499 is #82CB66. Grayscale: #555555. Windows color (decimal): -8571751 or 10040445. OLE color: 10040445.
HSL color Cylindrical-coordinate representation of color #7D3499: hue angle of 283.37º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3499 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 52 | 153 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.4 |
| HSL | 283.37º | 0.49% | 0.4% | - |
| HSV(B) | 283.37º | 0.66% | 0.6% | - |
| XYZ | 15.44 | 9.12 | 31.08 | - |
| YUV | 85.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 153 | 0.18 | 0.66 | 0 | 0.4 | 283.37 | 0.49 | 0.4 |
| Hex | 7D | 34 | 99 | 12 | 42 | 0 | 28 | 11B | 31 | 28 |
| Octal | 175 | 64 | 231 | 22 | 102 | 0 | 50 | 433 | 61 | 50 |
| Binary | 1111101 | 110100 | 10011001 | 10010 | 1000010 | 0 | 101000 | 100011011 | 110001 | 101000 |
Color Harmonies of #7D3499
Complementary color
Monochromatic Colors of #7D3499
Black with #7D3499
Text Example
Text Example
White with #7D3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3499; }
p { color: rgb(125,52,153); }
H1.HeaderClassName
{
color: #7D3499;
}
.AnyTagClassName
{
color: #7D3499;
}
</style>
background-color css
<style>
a { background-color: #7D3499; }
a { background-color: rgb(125,52,153); }
div.DivClassName
{
background-color: #7D3499;
}
.BgClassName
{
background-color: #7D3499;
}
</style>
border-color css
<style>
span { border-color: #7D3499; }
span { border-color: rgb(125,52,153); }
td.TdClassName
{
border-color: #7D3499;
}
.TagClassName
{
border-color: #7D3499;
}
</style>