Shades of Vivid Violet #7D3F8A
Tints of Vivid Violet #7D3F8A
RGB
CMYK
RGB Variations
Color information
#7D3F8A (or 0x7D3F8A) is known color: Vivid Violet. HEX triplet: 7D, 3F and 8A. RGB value is (125,63,138). Sum of RGB (Red+Green+Blue) = 125+63+138=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D3F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3F8A is #82C075. Grayscale: #595959. Windows color (decimal): -8568950 or 9060221. OLE color: 9060221.
HSL color Cylindrical-coordinate representation of color #7D3F8A: hue angle of 289.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3F8A is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 63 | 138 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.46 |
| HSL | 289.6º | 0.37% | 0.39% | - |
| HSV(B) | 289.6º | 0.54% | 0.54% | - |
| XYZ | 14.82 | 9.75 | 25.15 | - |
| YUV | 90.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 138 | 0.09 | 0.54 | 0 | 0.46 | 289.6 | 0.37 | 0.39 |
| Hex | 7D | 3F | 8A | 9 | 36 | 0 | 2E | 122 | 25 | 27 |
| Octal | 175 | 77 | 212 | 11 | 66 | 0 | 56 | 442 | 45 | 47 |
| Binary | 1111101 | 111111 | 10001010 | 1001 | 110110 | 0 | 101110 | 100100010 | 100101 | 100111 |
Color Harmonies of #7D3F8A
Complementary color
Monochromatic Colors of #7D3F8A
Black with #7D3F8A
Text Example
Text Example
White with #7D3F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F8A; }
p { color: rgb(125,63,138); }
H1.HeaderClassName
{
color: #7D3F8A;
}
.AnyTagClassName
{
color: #7D3F8A;
}
</style>
background-color css
<style>
a { background-color: #7D3F8A; }
a { background-color: rgb(125,63,138); }
div.DivClassName
{
background-color: #7D3F8A;
}
.BgClassName
{
background-color: #7D3F8A;
}
</style>
border-color css
<style>
span { border-color: #7D3F8A; }
span { border-color: rgb(125,63,138); }
td.TdClassName
{
border-color: #7D3F8A;
}
.TagClassName
{
border-color: #7D3F8A;
}
</style>