Shades of Vivid Violet #7D24AE
Tints of Vivid Violet #7D24AE
RGB
CMYK
RGB Variations
Color information
#7D24AE (or 0x7D24AE) is known color: Vivid Violet. HEX triplet: 7D, 24 and AE. RGB value is (125,36,174). Sum of RGB (Red+Green+Blue) = 125+36+174=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D24AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D24AE is #82DB51. Grayscale: #4D4D4D. Windows color (decimal): -8575826 or 11412605. OLE color: 11412605.
HSL color Cylindrical-coordinate representation of color #7D24AE: hue angle of 278.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D24AE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 36 | 174 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.32 |
| HSL | 278.7º | 0.66% | 0.41% | - |
| HSV(B) | 278.7º | 0.79% | 0.68% | - |
| XYZ | 16.73 | 8.68 | 40.84 | - |
| YUV | 78.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 174 | 0.28 | 0.79 | 0 | 0.32 | 278.7 | 0.66 | 0.41 |
| Hex | 7D | 24 | AE | 1C | 4F | 0 | 20 | 117 | 42 | 29 |
| Octal | 175 | 44 | 256 | 34 | 117 | 0 | 40 | 427 | 102 | 51 |
| Binary | 1111101 | 100100 | 10101110 | 11100 | 1001111 | 0 | 100000 | 100010111 | 1000010 | 101001 |
Color Harmonies of #7D24AE
Complementary color
Monochromatic Colors of #7D24AE
Black with #7D24AE
Text Example
Text Example
White with #7D24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D24AE; }
p { color: rgb(125,36,174); }
H1.HeaderClassName
{
color: #7D24AE;
}
.AnyTagClassName
{
color: #7D24AE;
}
</style>
background-color css
<style>
a { background-color: #7D24AE; }
a { background-color: rgb(125,36,174); }
div.DivClassName
{
background-color: #7D24AE;
}
.BgClassName
{
background-color: #7D24AE;
}
</style>
border-color css
<style>
span { border-color: #7D24AE; }
span { border-color: rgb(125,36,174); }
td.TdClassName
{
border-color: #7D24AE;
}
.TagClassName
{
border-color: #7D24AE;
}
</style>