Shades of Blue Violet #7C2FCD
Tints of Blue Violet #7C2FCD
RGB
CMYK
RGB Variations
Color information
#7C2FCD (or 0x7C2FCD) is known color: Blue Violet. HEX triplet: 7C, 2F and CD. RGB value is (124,47,205). Sum of RGB (Red+Green+Blue) = 124+47+205=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FCD is #83D032. Grayscale: #575757. Windows color (decimal): -8638515 or 13447036. OLE color: 13447036.
HSL color Cylindrical-coordinate representation of color #7C2FCD: hue angle of 269.24º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2FCD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 47 | 205 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.20 |
| HSL | 269.24º | 0.63% | 0.49% | - |
| HSV(B) | 269.24º | 0.77% | 0.8% | - |
| XYZ | 20.35 | 10.73 | 58.76 | - |
| YUV | 88.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 205 | 0.40 | 0.77 | 0 | 0.20 | 269.24 | 0.63 | 0.49 |
| Hex | 7C | 2F | CD | 28 | 4D | 0 | 14 | 10D | 3F | 31 |
| Octal | 174 | 57 | 315 | 50 | 115 | 0 | 24 | 415 | 77 | 61 |
| Binary | 1111100 | 101111 | 11001101 | 101000 | 1001101 | 0 | 10100 | 100001101 | 111111 | 110001 |
Color Harmonies of #7C2FCD
Complementary color
Monochromatic Colors of #7C2FCD
Black with #7C2FCD
Text Example
Text Example
White with #7C2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2FCD; }
p { color: rgb(124,47,205); }
H1.HeaderClassName
{
color: #7C2FCD;
}
.AnyTagClassName
{
color: #7C2FCD;
}
</style>
background-color css
<style>
a { background-color: #7C2FCD; }
a { background-color: rgb(124,47,205); }
div.DivClassName
{
background-color: #7C2FCD;
}
.BgClassName
{
background-color: #7C2FCD;
}
</style>
border-color css
<style>
span { border-color: #7C2FCD; }
span { border-color: rgb(124,47,205); }
td.TdClassName
{
border-color: #7C2FCD;
}
.TagClassName
{
border-color: #7C2FCD;
}
</style>