Shades of Vivid Violet #7C28A3
Tints of Vivid Violet #7C28A3
RGB
CMYK
RGB Variations
Color information
#7C28A3 (or 0x7C28A3) is known color: Vivid Violet. HEX triplet: 7C, 28 and A3. RGB value is (124,40,163). Sum of RGB (Red+Green+Blue) = 124+40+163=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #7C28A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C28A3 is #83D75C. Grayscale: #4E4E4E. Windows color (decimal): -8640349 or 10692732. OLE color: 10692732.
HSL color Cylindrical-coordinate representation of color #7C28A3: hue angle of 280.98º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C28A3 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 40 | 163 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.36 |
| HSL | 280.98º | 0.61% | 0.4% | - |
| HSV(B) | 280.98º | 0.75% | 0.64% | - |
| XYZ | 15.68 | 8.45 | 35.45 | - |
| YUV | 79.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 163 | 0.24 | 0.75 | 0 | 0.36 | 280.98 | 0.61 | 0.4 |
| Hex | 7C | 28 | A3 | 18 | 4B | 0 | 24 | 119 | 3D | 28 |
| Octal | 174 | 50 | 243 | 30 | 113 | 0 | 44 | 431 | 75 | 50 |
| Binary | 1111100 | 101000 | 10100011 | 11000 | 1001011 | 0 | 100100 | 100011001 | 111101 | 101000 |
Color Harmonies of #7C28A3
Complementary color
Monochromatic Colors of #7C28A3
Black with #7C28A3
Text Example
Text Example
White with #7C28A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28A3; }
p { color: rgb(124,40,163); }
H1.HeaderClassName
{
color: #7C28A3;
}
.AnyTagClassName
{
color: #7C28A3;
}
</style>
background-color css
<style>
a { background-color: #7C28A3; }
a { background-color: rgb(124,40,163); }
div.DivClassName
{
background-color: #7C28A3;
}
.BgClassName
{
background-color: #7C28A3;
}
</style>
border-color css
<style>
span { border-color: #7C28A3; }
span { border-color: rgb(124,40,163); }
td.TdClassName
{
border-color: #7C28A3;
}
.TagClassName
{
border-color: #7C28A3;
}
</style>