Shades of Vivid Violet #7C23AA
Tints of Vivid Violet #7C23AA
RGB
CMYK
RGB Variations
Color information
#7C23AA (or 0x7C23AA) is known color: Vivid Violet. HEX triplet: 7C, 23 and AA. RGB value is (124,35,170). Sum of RGB (Red+Green+Blue) = 124+35+170=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C23AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C23AA is #83DC55. Grayscale: #4C4C4C. Windows color (decimal): -8641622 or 11150204. OLE color: 11150204.
HSL color Cylindrical-coordinate representation of color #7C23AA: hue angle of 279.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C23AA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 35 | 170 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.33 |
| HSL | 279.56º | 0.66% | 0.4% | - |
| HSV(B) | 279.56º | 0.79% | 0.67% | - |
| XYZ | 16.17 | 8.39 | 38.8 | - |
| YUV | 77 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 170 | 0.27 | 0.79 | 0 | 0.33 | 279.56 | 0.66 | 0.4 |
| Hex | 7C | 23 | AA | 1B | 4F | 0 | 21 | 118 | 42 | 28 |
| Octal | 174 | 43 | 252 | 33 | 117 | 0 | 41 | 430 | 102 | 50 |
| Binary | 1111100 | 100011 | 10101010 | 11011 | 1001111 | 0 | 100001 | 100011000 | 1000010 | 101000 |
Color Harmonies of #7C23AA
Complementary color
Monochromatic Colors of #7C23AA
Black with #7C23AA
Text Example
Text Example
White with #7C23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C23AA; }
p { color: rgb(124,35,170); }
H1.HeaderClassName
{
color: #7C23AA;
}
.AnyTagClassName
{
color: #7C23AA;
}
</style>
background-color css
<style>
a { background-color: #7C23AA; }
a { background-color: rgb(124,35,170); }
div.DivClassName
{
background-color: #7C23AA;
}
.BgClassName
{
background-color: #7C23AA;
}
</style>
border-color css
<style>
span { border-color: #7C23AA; }
span { border-color: rgb(124,35,170); }
td.TdClassName
{
border-color: #7C23AA;
}
.TagClassName
{
border-color: #7C23AA;
}
</style>