Shades of Blue Violet #7C2FCF
Tints of Blue Violet #7C2FCF
RGB
CMYK
RGB Variations
Color information
#7C2FCF (or 0x7C2FCF) is known color: Blue Violet. HEX triplet: 7C, 2F and CF. RGB value is (124,47,207). Sum of RGB (Red+Green+Blue) = 124+47+207=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C2FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FCF is #83D030. Grayscale: #575757. Windows color (decimal): -8638513 or 13578108. OLE color: 13578108.
HSL color Cylindrical-coordinate representation of color #7C2FCF: hue angle of 268.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2FCF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 47 | 207 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.19 |
| HSL | 268.88º | 0.63% | 0.5% | - |
| HSV(B) | 268.88º | 0.77% | 0.81% | - |
| XYZ | 20.59 | 10.82 | 60.04 | - |
| YUV | 88.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 207 | 0.40 | 0.77 | 0 | 0.19 | 268.88 | 0.63 | 0.5 |
| Hex | 7C | 2F | CF | 28 | 4D | 0 | 13 | 10D | 3F | 32 |
| Octal | 174 | 57 | 317 | 50 | 115 | 0 | 23 | 415 | 77 | 62 |
| Binary | 1111100 | 101111 | 11001111 | 101000 | 1001101 | 0 | 10011 | 100001101 | 111111 | 110010 |
Color Harmonies of #7C2FCF
Complementary color
Monochromatic Colors of #7C2FCF
Black with #7C2FCF
Text Example
Text Example
White with #7C2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2FCF; }
p { color: rgb(124,47,207); }
H1.HeaderClassName
{
color: #7C2FCF;
}
.AnyTagClassName
{
color: #7C2FCF;
}
</style>
background-color css
<style>
a { background-color: #7C2FCF; }
a { background-color: rgb(124,47,207); }
div.DivClassName
{
background-color: #7C2FCF;
}
.BgClassName
{
background-color: #7C2FCF;
}
</style>
border-color css
<style>
span { border-color: #7C2FCF; }
span { border-color: rgb(124,47,207); }
td.TdClassName
{
border-color: #7C2FCF;
}
.TagClassName
{
border-color: #7C2FCF;
}
</style>