Shades of Vivid Violet #7C2A9B
Tints of Vivid Violet #7C2A9B
RGB
CMYK
RGB Variations
Color information
#7C2A9B (or 0x7C2A9B) is known color: Vivid Violet. HEX triplet: 7C, 2A and 9B. RGB value is (124,42,155). Sum of RGB (Red+Green+Blue) = 124+42+155=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C2A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A9B is #83D564. Grayscale: #4F4F4F. Windows color (decimal): -8639845 or 10168956. OLE color: 10168956.
HSL color Cylindrical-coordinate representation of color #7C2A9B: hue angle of 283.54º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2A9B is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 42 | 155 | - |
| CMYK | 0.2 | 0.73 | 0 | 0.39 |
| HSL | 283.54º | 0.57% | 0.39% | - |
| HSV(B) | 283.54º | 0.73% | 0.61% | - |
| XYZ | 15.06 | 8.31 | 31.82 | - |
| YUV | 79.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 155 | 0.2 | 0.73 | 0 | 0.39 | 283.54 | 0.57 | 0.39 |
| Hex | 7C | 2A | 9B | 14 | 49 | 0 | 27 | 11C | 39 | 27 |
| Octal | 174 | 52 | 233 | 24 | 111 | 0 | 47 | 434 | 71 | 47 |
| Binary | 1111100 | 101010 | 10011011 | 10100 | 1001001 | 0 | 100111 | 100011100 | 111001 | 100111 |
Color Harmonies of #7C2A9B
Complementary color
Monochromatic Colors of #7C2A9B
Black with #7C2A9B
Text Example
Text Example
White with #7C2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A9B; }
p { color: rgb(124,42,155); }
H1.HeaderClassName
{
color: #7C2A9B;
}
.AnyTagClassName
{
color: #7C2A9B;
}
</style>
background-color css
<style>
a { background-color: #7C2A9B; }
a { background-color: rgb(124,42,155); }
div.DivClassName
{
background-color: #7C2A9B;
}
.BgClassName
{
background-color: #7C2A9B;
}
</style>
border-color css
<style>
span { border-color: #7C2A9B; }
span { border-color: rgb(124,42,155); }
td.TdClassName
{
border-color: #7C2A9B;
}
.TagClassName
{
border-color: #7C2A9B;
}
</style>