Shades of Vivid Violet #7D3899
Tints of Vivid Violet #7D3899
RGB
CMYK
RGB Variations
Color information
#7D3899 (or 0x7D3899) is known color: Vivid Violet. HEX triplet: 7D, 38 and 99. RGB value is (125,56,153). Sum of RGB (Red+Green+Blue) = 125+56+153=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D3899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3899 is #82C766. Grayscale: #575757. Windows color (decimal): -8570727 or 10041469. OLE color: 10041469.
HSL color Cylindrical-coordinate representation of color #7D3899: hue angle of 282.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3899 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 56 | 153 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.4 |
| HSL | 282.68º | 0.46% | 0.41% | - |
| HSV(B) | 282.68º | 0.63% | 0.6% | - |
| XYZ | 15.62 | 9.49 | 31.15 | - |
| YUV | 87.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 153 | 0.18 | 0.63 | 0 | 0.4 | 282.68 | 0.46 | 0.41 |
| Hex | 7D | 38 | 99 | 12 | 3F | 0 | 28 | 11B | 2E | 29 |
| Octal | 175 | 70 | 231 | 22 | 77 | 0 | 50 | 433 | 56 | 51 |
| Binary | 1111101 | 111000 | 10011001 | 10010 | 111111 | 0 | 101000 | 100011011 | 101110 | 101001 |
Color Harmonies of #7D3899
Complementary color
Monochromatic Colors of #7D3899
Black with #7D3899
Text Example
Text Example
White with #7D3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3899; }
p { color: rgb(125,56,153); }
H1.HeaderClassName
{
color: #7D3899;
}
.AnyTagClassName
{
color: #7D3899;
}
</style>
background-color css
<style>
a { background-color: #7D3899; }
a { background-color: rgb(125,56,153); }
div.DivClassName
{
background-color: #7D3899;
}
.BgClassName
{
background-color: #7D3899;
}
</style>
border-color css
<style>
span { border-color: #7D3899; }
span { border-color: rgb(125,56,153); }
td.TdClassName
{
border-color: #7D3899;
}
.TagClassName
{
border-color: #7D3899;
}
</style>