Shades of Vivid Violet #7C24AB
Tints of Vivid Violet #7C24AB
RGB
CMYK
RGB Variations
Color information
#7C24AB (or 0x7C24AB) is known color: Vivid Violet. HEX triplet: 7C, 24 and AB. RGB value is (124,36,171). Sum of RGB (Red+Green+Blue) = 124+36+171=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C24AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C24AB is #83DB54. Grayscale: #4D4D4D. Windows color (decimal): -8641365 or 11215996. OLE color: 11215996.
HSL color Cylindrical-coordinate representation of color #7C24AB: hue angle of 279.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C24AB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 36 | 171 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.33 |
| HSL | 279.11º | 0.65% | 0.41% | - |
| HSV(B) | 279.11º | 0.79% | 0.67% | - |
| XYZ | 16.29 | 8.49 | 39.31 | - |
| YUV | 77.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 171 | 0.27 | 0.79 | 0 | 0.33 | 279.11 | 0.65 | 0.41 |
| Hex | 7C | 24 | AB | 1B | 4F | 0 | 21 | 117 | 41 | 29 |
| Octal | 174 | 44 | 253 | 33 | 117 | 0 | 41 | 427 | 101 | 51 |
| Binary | 1111100 | 100100 | 10101011 | 11011 | 1001111 | 0 | 100001 | 100010111 | 1000001 | 101001 |
Color Harmonies of #7C24AB
Complementary color
Monochromatic Colors of #7C24AB
Black with #7C24AB
Text Example
Text Example
White with #7C24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C24AB; }
p { color: rgb(124,36,171); }
H1.HeaderClassName
{
color: #7C24AB;
}
.AnyTagClassName
{
color: #7C24AB;
}
</style>
background-color css
<style>
a { background-color: #7C24AB; }
a { background-color: rgb(124,36,171); }
div.DivClassName
{
background-color: #7C24AB;
}
.BgClassName
{
background-color: #7C24AB;
}
</style>
border-color css
<style>
span { border-color: #7C24AB; }
span { border-color: rgb(124,36,171); }
td.TdClassName
{
border-color: #7C24AB;
}
.TagClassName
{
border-color: #7C24AB;
}
</style>