Shades of Vivid Violet #7C259F
Tints of Vivid Violet #7C259F
RGB
CMYK
RGB Variations
Color information
#7C259F (or 0x7C259F) is known color: Vivid Violet. HEX triplet: 7C, 25 and 9F. RGB value is (124,37,159). Sum of RGB (Red+Green+Blue) = 124+37+159=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C259F is #83DA60. Grayscale: #4C4C4C. Windows color (decimal): -8641121 or 10429820. OLE color: 10429820.
HSL color Cylindrical-coordinate representation of color #7C259F: hue angle of 282.79º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C259F is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 37 | 159 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.38 |
| HSL | 282.79º | 0.62% | 0.38% | - |
| HSV(B) | 282.79º | 0.77% | 0.62% | - |
| XYZ | 15.23 | 8.11 | 33.56 | - |
| YUV | 76.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 159 | 0.22 | 0.77 | 0 | 0.38 | 282.79 | 0.62 | 0.38 |
| Hex | 7C | 25 | 9F | 16 | 4D | 0 | 26 | 11B | 3E | 26 |
| Octal | 174 | 45 | 237 | 26 | 115 | 0 | 46 | 433 | 76 | 46 |
| Binary | 1111100 | 100101 | 10011111 | 10110 | 1001101 | 0 | 100110 | 100011011 | 111110 | 100110 |
Color Harmonies of #7C259F
Complementary color
Monochromatic Colors of #7C259F
Black with #7C259F
Text Example
Text Example
White with #7C259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C259F; }
p { color: rgb(124,37,159); }
H1.HeaderClassName
{
color: #7C259F;
}
.AnyTagClassName
{
color: #7C259F;
}
</style>
background-color css
<style>
a { background-color: #7C259F; }
a { background-color: rgb(124,37,159); }
div.DivClassName
{
background-color: #7C259F;
}
.BgClassName
{
background-color: #7C259F;
}
</style>
border-color css
<style>
span { border-color: #7C259F; }
span { border-color: rgb(124,37,159); }
td.TdClassName
{
border-color: #7C259F;
}
.TagClassName
{
border-color: #7C259F;
}
</style>