Shades of Vivid Violet #7C249B
Tints of Vivid Violet #7C249B
RGB
CMYK
RGB Variations
Color information
#7C249B (or 0x7C249B) is known color: Vivid Violet. HEX triplet: 7C, 24 and 9B. RGB value is (124,36,155). Sum of RGB (Red+Green+Blue) = 124+36+155=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C249B is #83DB64. Grayscale: #4B4B4B. Windows color (decimal): -8641381 or 10167420. OLE color: 10167420.
HSL color Cylindrical-coordinate representation of color #7C249B: hue angle of 284.37º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C249B is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 36 | 155 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.39 |
| HSL | 284.37º | 0.62% | 0.37% | - |
| HSV(B) | 284.37º | 0.77% | 0.61% | - |
| XYZ | 14.86 | 7.91 | 31.75 | - |
| YUV | 75.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 155 | 0.2 | 0.77 | 0 | 0.39 | 284.37 | 0.62 | 0.37 |
| Hex | 7C | 24 | 9B | 14 | 4D | 0 | 27 | 11C | 3E | 25 |
| Octal | 174 | 44 | 233 | 24 | 115 | 0 | 47 | 434 | 76 | 45 |
| Binary | 1111100 | 100100 | 10011011 | 10100 | 1001101 | 0 | 100111 | 100011100 | 111110 | 100101 |
Color Harmonies of #7C249B
Complementary color
Monochromatic Colors of #7C249B
Black with #7C249B
Text Example
Text Example
White with #7C249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C249B; }
p { color: rgb(124,36,155); }
H1.HeaderClassName
{
color: #7C249B;
}
.AnyTagClassName
{
color: #7C249B;
}
</style>
background-color css
<style>
a { background-color: #7C249B; }
a { background-color: rgb(124,36,155); }
div.DivClassName
{
background-color: #7C249B;
}
.BgClassName
{
background-color: #7C249B;
}
</style>
border-color css
<style>
span { border-color: #7C249B; }
span { border-color: rgb(124,36,155); }
td.TdClassName
{
border-color: #7C249B;
}
.TagClassName
{
border-color: #7C249B;
}
</style>