Shades of Vivid Violet #7C2A85
Tints of Vivid Violet #7C2A85
RGB
CMYK
RGB Variations
Color information
#7C2A85 (or 0x7C2A85) is known color: Vivid Violet. HEX triplet: 7C, 2A and 85. RGB value is (124,42,133). Sum of RGB (Red+Green+Blue) = 124+42+133=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C2A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A85 is #83D57A. Grayscale: #4C4C4C. Windows color (decimal): -8639867 or 8727164. OLE color: 8727164.
HSL color Cylindrical-coordinate representation of color #7C2A85: hue angle of 294.07º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2A85 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 42 | 133 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.48 |
| HSL | 294.07º | 0.52% | 0.34% | - |
| HSV(B) | 294.07º | 0.68% | 0.52% | - |
| XYZ | 13.37 | 7.63 | 22.96 | - |
| YUV | 76.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 133 | 0.07 | 0.68 | 0 | 0.48 | 294.07 | 0.52 | 0.34 |
| Hex | 7C | 2A | 85 | 7 | 44 | 0 | 30 | 126 | 34 | 22 |
| Octal | 174 | 52 | 205 | 7 | 104 | 0 | 60 | 446 | 64 | 42 |
| Binary | 1111100 | 101010 | 10000101 | 111 | 1000100 | 0 | 110000 | 100100110 | 110100 | 100010 |
Color Harmonies of #7C2A85
Complementary color
Monochromatic Colors of #7C2A85
Black with #7C2A85
Text Example
Text Example
White with #7C2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A85; }
p { color: rgb(124,42,133); }
H1.HeaderClassName
{
color: #7C2A85;
}
.AnyTagClassName
{
color: #7C2A85;
}
</style>
background-color css
<style>
a { background-color: #7C2A85; }
a { background-color: rgb(124,42,133); }
div.DivClassName
{
background-color: #7C2A85;
}
.BgClassName
{
background-color: #7C2A85;
}
</style>
border-color css
<style>
span { border-color: #7C2A85; }
span { border-color: rgb(124,42,133); }
td.TdClassName
{
border-color: #7C2A85;
}
.TagClassName
{
border-color: #7C2A85;
}
</style>