Shades of Vivid Violet #7C2287
Tints of Vivid Violet #7C2287
RGB
CMYK
RGB Variations
Color information
#7C2287 (or 0x7C2287) is known color: Vivid Violet. HEX triplet: 7C, 22 and 87. RGB value is (124,34,135). Sum of RGB (Red+Green+Blue) = 124+34+135=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C2287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2287 is #83DD78. Grayscale: #484848. Windows color (decimal): -8641913 or 8856188. OLE color: 8856188.
HSL color Cylindrical-coordinate representation of color #7C2287: hue angle of 293.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2287 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 34 | 135 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.47 |
| HSL | 293.47º | 0.6% | 0.33% | - |
| HSV(B) | 293.47º | 0.75% | 0.53% | - |
| XYZ | 13.26 | 7.18 | 23.61 | - |
| YUV | 72.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 135 | 0.08 | 0.75 | 0 | 0.47 | 293.47 | 0.6 | 0.33 |
| Hex | 7C | 22 | 87 | 8 | 4B | 0 | 2F | 125 | 3C | 21 |
| Octal | 174 | 42 | 207 | 10 | 113 | 0 | 57 | 445 | 74 | 41 |
| Binary | 1111100 | 100010 | 10000111 | 1000 | 1001011 | 0 | 101111 | 100100101 | 111100 | 100001 |
Color Harmonies of #7C2287
Complementary color
Monochromatic Colors of #7C2287
Black with #7C2287
Text Example
Text Example
White with #7C2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2287; }
p { color: rgb(124,34,135); }
H1.HeaderClassName
{
color: #7C2287;
}
.AnyTagClassName
{
color: #7C2287;
}
</style>
background-color css
<style>
a { background-color: #7C2287; }
a { background-color: rgb(124,34,135); }
div.DivClassName
{
background-color: #7C2287;
}
.BgClassName
{
background-color: #7C2287;
}
</style>
border-color css
<style>
span { border-color: #7C2287; }
span { border-color: rgb(124,34,135); }
td.TdClassName
{
border-color: #7C2287;
}
.TagClassName
{
border-color: #7C2287;
}
</style>