Shades of Vivid Violet #7D2494
Tints of Vivid Violet #7D2494
RGB
CMYK
RGB Variations
Color information
#7D2494 (or 0x7D2494) is known color: Vivid Violet. HEX triplet: 7D, 24 and 94. RGB value is (125,36,148). Sum of RGB (Red+Green+Blue) = 125+36+148=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D2494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2494 is #82DB6B. Grayscale: #4B4B4B. Windows color (decimal): -8575852 or 9708669. OLE color: 9708669.
HSL color Cylindrical-coordinate representation of color #7D2494: hue angle of 287.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D2494 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 36 | 148 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.42 |
| HSL | 287.68º | 0.61% | 0.36% | - |
| HSV(B) | 287.68º | 0.76% | 0.58% | - |
| XYZ | 14.43 | 7.76 | 28.75 | - |
| YUV | 75.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 148 | 0.16 | 0.76 | 0 | 0.42 | 287.68 | 0.61 | 0.36 |
| Hex | 7D | 24 | 94 | 10 | 4C | 0 | 2A | 120 | 3D | 24 |
| Octal | 175 | 44 | 224 | 20 | 114 | 0 | 52 | 440 | 75 | 44 |
| Binary | 1111101 | 100100 | 10010100 | 10000 | 1001100 | 0 | 101010 | 100100000 | 111101 | 100100 |
Color Harmonies of #7D2494
Complementary color
Monochromatic Colors of #7D2494
Black with #7D2494
Text Example
Text Example
White with #7D2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2494; }
p { color: rgb(125,36,148); }
H1.HeaderClassName
{
color: #7D2494;
}
.AnyTagClassName
{
color: #7D2494;
}
</style>
background-color css
<style>
a { background-color: #7D2494; }
a { background-color: rgb(125,36,148); }
div.DivClassName
{
background-color: #7D2494;
}
.BgClassName
{
background-color: #7D2494;
}
</style>
border-color css
<style>
span { border-color: #7D2494; }
span { border-color: rgb(125,36,148); }
td.TdClassName
{
border-color: #7D2494;
}
.TagClassName
{
border-color: #7D2494;
}
</style>