Shades of Vivid Violet #7C248C
Tints of Vivid Violet #7C248C
RGB
CMYK
RGB Variations
Color information
#7C248C (or 0x7C248C) is known color: Vivid Violet. HEX triplet: 7C, 24 and 8C. RGB value is (124,36,140). Sum of RGB (Red+Green+Blue) = 124+36+140=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C248C is #83DB73. Grayscale: #494949. Windows color (decimal): -8641396 or 9184380. OLE color: 9184380.
HSL color Cylindrical-coordinate representation of color #7C248C: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C248C is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 36 | 140 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.45 |
| HSL | 290.77º | 0.59% | 0.35% | - |
| HSV(B) | 290.77º | 0.74% | 0.55% | - |
| XYZ | 13.68 | 7.44 | 25.53 | - |
| YUV | 74.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 140 | 0.11 | 0.74 | 0 | 0.45 | 290.77 | 0.59 | 0.35 |
| Hex | 7C | 24 | 8C | B | 4A | 0 | 2D | 123 | 3B | 23 |
| Octal | 174 | 44 | 214 | 13 | 112 | 0 | 55 | 443 | 73 | 43 |
| Binary | 1111100 | 100100 | 10001100 | 1011 | 1001010 | 0 | 101101 | 100100011 | 111011 | 100011 |
Color Harmonies of #7C248C
Complementary color
Monochromatic Colors of #7C248C
Black with #7C248C
Text Example
Text Example
White with #7C248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C248C; }
p { color: rgb(124,36,140); }
H1.HeaderClassName
{
color: #7C248C;
}
.AnyTagClassName
{
color: #7C248C;
}
</style>
background-color css
<style>
a { background-color: #7C248C; }
a { background-color: rgb(124,36,140); }
div.DivClassName
{
background-color: #7C248C;
}
.BgClassName
{
background-color: #7C248C;
}
</style>
border-color css
<style>
span { border-color: #7C248C; }
span { border-color: rgb(124,36,140); }
td.TdClassName
{
border-color: #7C248C;
}
.TagClassName
{
border-color: #7C248C;
}
</style>