Shades of Vivid Violet #7D3A98
Tints of Vivid Violet #7D3A98
RGB
CMYK
RGB Variations
Color information
#7D3A98 (or 0x7D3A98) is known color: Vivid Violet. HEX triplet: 7D, 3A and 98. RGB value is (125,58,152). Sum of RGB (Red+Green+Blue) = 125+58+152=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D3A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3A98 is #82C567. Grayscale: #585858. Windows color (decimal): -8570216 or 9976445. OLE color: 9976445.
HSL color Cylindrical-coordinate representation of color #7D3A98: hue angle of 282.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3A98 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 58 | 152 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.40 |
| HSL | 282.77º | 0.45% | 0.41% | - |
| HSV(B) | 282.77º | 0.62% | 0.6% | - |
| XYZ | 15.64 | 9.65 | 30.74 | - |
| YUV | 88.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 152 | 0.18 | 0.62 | 0 | 0.40 | 282.77 | 0.45 | 0.41 |
| Hex | 7D | 3A | 98 | 12 | 3E | 0 | 28 | 11B | 2D | 29 |
| Octal | 175 | 72 | 230 | 22 | 76 | 0 | 50 | 433 | 55 | 51 |
| Binary | 1111101 | 111010 | 10011000 | 10010 | 111110 | 0 | 101000 | 100011011 | 101101 | 101001 |
Color Harmonies of #7D3A98
Complementary color
Monochromatic Colors of #7D3A98
Black with #7D3A98
Text Example
Text Example
White with #7D3A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A98; }
p { color: rgb(125,58,152); }
H1.HeaderClassName
{
color: #7D3A98;
}
.AnyTagClassName
{
color: #7D3A98;
}
</style>
background-color css
<style>
a { background-color: #7D3A98; }
a { background-color: rgb(125,58,152); }
div.DivClassName
{
background-color: #7D3A98;
}
.BgClassName
{
background-color: #7D3A98;
}
</style>
border-color css
<style>
span { border-color: #7D3A98; }
span { border-color: rgb(125,58,152); }
td.TdClassName
{
border-color: #7D3A98;
}
.TagClassName
{
border-color: #7D3A98;
}
</style>