Shades of Vivid Violet #7C2592
Tints of Vivid Violet #7C2592
RGB
CMYK
RGB Variations
Color information
#7C2592 (or 0x7C2592) is known color: Vivid Violet. HEX triplet: 7C, 25 and 92. RGB value is (124,37,146). Sum of RGB (Red+Green+Blue) = 124+37+146=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2592 is #83DA6D. Grayscale: #4B4B4B. Windows color (decimal): -8641134 or 9577852. OLE color: 9577852.
HSL color Cylindrical-coordinate representation of color #7C2592: hue angle of 287.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2592 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 37 | 146 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.43 |
| HSL | 287.89º | 0.6% | 0.36% | - |
| HSV(B) | 287.89º | 0.75% | 0.57% | - |
| XYZ | 14.16 | 7.68 | 27.93 | - |
| YUV | 75.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 146 | 0.15 | 0.75 | 0 | 0.43 | 287.89 | 0.6 | 0.36 |
| Hex | 7C | 25 | 92 | F | 4B | 0 | 2B | 120 | 3C | 24 |
| Octal | 174 | 45 | 222 | 17 | 113 | 0 | 53 | 440 | 74 | 44 |
| Binary | 1111100 | 100101 | 10010010 | 1111 | 1001011 | 0 | 101011 | 100100000 | 111100 | 100100 |
Color Harmonies of #7C2592
Complementary color
Monochromatic Colors of #7C2592
Black with #7C2592
Text Example
Text Example
White with #7C2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2592; }
p { color: rgb(124,37,146); }
H1.HeaderClassName
{
color: #7C2592;
}
.AnyTagClassName
{
color: #7C2592;
}
</style>
background-color css
<style>
a { background-color: #7C2592; }
a { background-color: rgb(124,37,146); }
div.DivClassName
{
background-color: #7C2592;
}
.BgClassName
{
background-color: #7C2592;
}
</style>
border-color css
<style>
span { border-color: #7C2592; }
span { border-color: rgb(124,37,146); }
td.TdClassName
{
border-color: #7C2592;
}
.TagClassName
{
border-color: #7C2592;
}
</style>