Shades of Vivid Violet #7D239A
Tints of Vivid Violet #7D239A
RGB
CMYK
RGB Variations
Color information
#7D239A (or 0x7D239A) is known color: Vivid Violet. HEX triplet: 7D, 23 and 9A. RGB value is (125,35,154). Sum of RGB (Red+Green+Blue) = 125+35+154=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D239A is #82DC65. Grayscale: #4B4B4B. Windows color (decimal): -8576102 or 10101629. OLE color: 10101629.
HSL color Cylindrical-coordinate representation of color #7D239A: hue angle of 285.38º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D239A is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 35 | 154 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.40 |
| HSL | 285.38º | 0.63% | 0.37% | - |
| HSV(B) | 285.38º | 0.77% | 0.6% | - |
| XYZ | 14.89 | 7.9 | 31.31 | - |
| YUV | 75.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 154 | 0.19 | 0.77 | 0 | 0.40 | 285.38 | 0.63 | 0.37 |
| Hex | 7D | 23 | 9A | 13 | 4D | 0 | 28 | 11D | 3F | 25 |
| Octal | 175 | 43 | 232 | 23 | 115 | 0 | 50 | 435 | 77 | 45 |
| Binary | 1111101 | 100011 | 10011010 | 10011 | 1001101 | 0 | 101000 | 100011101 | 111111 | 100101 |
Color Harmonies of #7D239A
Complementary color
Monochromatic Colors of #7D239A
Black with #7D239A
Text Example
Text Example
White with #7D239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D239A; }
p { color: rgb(125,35,154); }
H1.HeaderClassName
{
color: #7D239A;
}
.AnyTagClassName
{
color: #7D239A;
}
</style>
background-color css
<style>
a { background-color: #7D239A; }
a { background-color: rgb(125,35,154); }
div.DivClassName
{
background-color: #7D239A;
}
.BgClassName
{
background-color: #7D239A;
}
</style>
border-color css
<style>
span { border-color: #7D239A; }
span { border-color: rgb(125,35,154); }
td.TdClassName
{
border-color: #7D239A;
}
.TagClassName
{
border-color: #7D239A;
}
</style>