Shades of Vivid Violet #7C28AA
Tints of Vivid Violet #7C28AA
RGB
CMYK
RGB Variations
Color information
#7C28AA (or 0x7C28AA) is known color: Vivid Violet. HEX triplet: 7C, 28 and AA. RGB value is (124,40,170). Sum of RGB (Red+Green+Blue) = 124+40+170=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C28AA is #83D755. Grayscale: #4F4F4F. Windows color (decimal): -8640342 or 11151484. OLE color: 11151484.
HSL color Cylindrical-coordinate representation of color #7C28AA: hue angle of 278.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C28AA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 40 | 170 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.33 |
| HSL | 278.77º | 0.62% | 0.41% | - |
| HSV(B) | 278.77º | 0.76% | 0.67% | - |
| XYZ | 16.33 | 8.7 | 38.85 | - |
| YUV | 79.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 170 | 0.27 | 0.76 | 0 | 0.33 | 278.77 | 0.62 | 0.41 |
| Hex | 7C | 28 | AA | 1B | 4C | 0 | 21 | 117 | 3E | 29 |
| Octal | 174 | 50 | 252 | 33 | 114 | 0 | 41 | 427 | 76 | 51 |
| Binary | 1111100 | 101000 | 10101010 | 11011 | 1001100 | 0 | 100001 | 100010111 | 111110 | 101001 |
Color Harmonies of #7C28AA
Complementary color
Monochromatic Colors of #7C28AA
Black with #7C28AA
Text Example
Text Example
White with #7C28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28AA; }
p { color: rgb(124,40,170); }
H1.HeaderClassName
{
color: #7C28AA;
}
.AnyTagClassName
{
color: #7C28AA;
}
</style>
background-color css
<style>
a { background-color: #7C28AA; }
a { background-color: rgb(124,40,170); }
div.DivClassName
{
background-color: #7C28AA;
}
.BgClassName
{
background-color: #7C28AA;
}
</style>
border-color css
<style>
span { border-color: #7C28AA; }
span { border-color: rgb(124,40,170); }
td.TdClassName
{
border-color: #7C28AA;
}
.TagClassName
{
border-color: #7C28AA;
}
</style>