Shades of Vivid Violet #7C259C
Tints of Vivid Violet #7C259C
RGB
CMYK
RGB Variations
Color information
#7C259C (or 0x7C259C) is known color: Vivid Violet. HEX triplet: 7C, 25 and 9C. RGB value is (124,37,156). Sum of RGB (Red+Green+Blue) = 124+37+156=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C259C is #83DA63. Grayscale: #4C4C4C. Windows color (decimal): -8641124 or 10233212. OLE color: 10233212.
HSL color Cylindrical-coordinate representation of color #7C259C: hue angle of 283.87º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C259C is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 37 | 156 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.39 |
| HSL | 283.87º | 0.62% | 0.38% | - |
| HSV(B) | 283.87º | 0.76% | 0.61% | - |
| XYZ | 14.97 | 8.01 | 32.21 | - |
| YUV | 76.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 156 | 0.21 | 0.76 | 0 | 0.39 | 283.87 | 0.62 | 0.38 |
| Hex | 7C | 25 | 9C | 15 | 4C | 0 | 27 | 11C | 3E | 26 |
| Octal | 174 | 45 | 234 | 25 | 114 | 0 | 47 | 434 | 76 | 46 |
| Binary | 1111100 | 100101 | 10011100 | 10101 | 1001100 | 0 | 100111 | 100011100 | 111110 | 100110 |
Color Harmonies of #7C259C
Complementary color
Monochromatic Colors of #7C259C
Black with #7C259C
Text Example
Text Example
White with #7C259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C259C; }
p { color: rgb(124,37,156); }
H1.HeaderClassName
{
color: #7C259C;
}
.AnyTagClassName
{
color: #7C259C;
}
</style>
background-color css
<style>
a { background-color: #7C259C; }
a { background-color: rgb(124,37,156); }
div.DivClassName
{
background-color: #7C259C;
}
.BgClassName
{
background-color: #7C259C;
}
</style>
border-color css
<style>
span { border-color: #7C259C; }
span { border-color: rgb(124,37,156); }
td.TdClassName
{
border-color: #7C259C;
}
.TagClassName
{
border-color: #7C259C;
}
</style>