Shades of Blue Violet #7C3CCF
Tints of Blue Violet #7C3CCF
RGB
CMYK
RGB Variations
Color information
#7C3CCF (or 0x7C3CCF) is known color: Blue Violet. HEX triplet: 7C, 3C and CF. RGB value is (124,60,207). Sum of RGB (Red+Green+Blue) = 124+60+207=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CCF is #83C330. Grayscale: #5F5F5F. Windows color (decimal): -8635185 or 13581436. OLE color: 13581436.
HSL color Cylindrical-coordinate representation of color #7C3CCF: hue angle of 266.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C3CCF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 60 | 207 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.19 |
| HSL | 266.12º | 0.6% | 0.52% | - |
| HSV(B) | 266.12º | 0.71% | 0.81% | - |
| XYZ | 21.19 | 12.02 | 60.24 | - |
| YUV | 95.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 207 | 0.40 | 0.71 | 0 | 0.19 | 266.12 | 0.6 | 0.52 |
| Hex | 7C | 3C | CF | 28 | 47 | 0 | 13 | 10A | 3C | 34 |
| Octal | 174 | 74 | 317 | 50 | 107 | 0 | 23 | 412 | 74 | 64 |
| Binary | 1111100 | 111100 | 11001111 | 101000 | 1000111 | 0 | 10011 | 100001010 | 111100 | 110100 |
Color Harmonies of #7C3CCF
Complementary color
Monochromatic Colors of #7C3CCF
Black with #7C3CCF
Text Example
Text Example
White with #7C3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CCF; }
p { color: rgb(124,60,207); }
H1.HeaderClassName
{
color: #7C3CCF;
}
.AnyTagClassName
{
color: #7C3CCF;
}
</style>
background-color css
<style>
a { background-color: #7C3CCF; }
a { background-color: rgb(124,60,207); }
div.DivClassName
{
background-color: #7C3CCF;
}
.BgClassName
{
background-color: #7C3CCF;
}
</style>
border-color css
<style>
span { border-color: #7C3CCF; }
span { border-color: rgb(124,60,207); }
td.TdClassName
{
border-color: #7C3CCF;
}
.TagClassName
{
border-color: #7C3CCF;
}
</style>