Shades of Blue Violet #7C3DCE
Tints of Blue Violet #7C3DCE
RGB
CMYK
RGB Variations
Color information
#7C3DCE (or 0x7C3DCE) is known color: Blue Violet. HEX triplet: 7C, 3D and CE. RGB value is (124,61,206). Sum of RGB (Red+Green+Blue) = 124+61+206=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DCE is #83C231. Grayscale: #5F5F5F. Windows color (decimal): -8634930 or 13516156. OLE color: 13516156.
HSL color Cylindrical-coordinate representation of color #7C3DCE: hue angle of 266.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3DCE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 61 | 206 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.19 |
| HSL | 266.07º | 0.6% | 0.52% | - |
| HSV(B) | 266.07º | 0.7% | 0.81% | - |
| XYZ | 21.12 | 12.08 | 59.61 | - |
| YUV | 96.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 206 | 0.40 | 0.70 | 0 | 0.19 | 266.07 | 0.6 | 0.52 |
| Hex | 7C | 3D | CE | 28 | 46 | 0 | 13 | 10A | 3C | 34 |
| Octal | 174 | 75 | 316 | 50 | 106 | 0 | 23 | 412 | 74 | 64 |
| Binary | 1111100 | 111101 | 11001110 | 101000 | 1000110 | 0 | 10011 | 100001010 | 111100 | 110100 |
Color Harmonies of #7C3DCE
Complementary color
Monochromatic Colors of #7C3DCE
Black with #7C3DCE
Text Example
Text Example
White with #7C3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3DCE; }
p { color: rgb(124,61,206); }
H1.HeaderClassName
{
color: #7C3DCE;
}
.AnyTagClassName
{
color: #7C3DCE;
}
</style>
background-color css
<style>
a { background-color: #7C3DCE; }
a { background-color: rgb(124,61,206); }
div.DivClassName
{
background-color: #7C3DCE;
}
.BgClassName
{
background-color: #7C3DCE;
}
</style>
border-color css
<style>
span { border-color: #7C3DCE; }
span { border-color: rgb(124,61,206); }
td.TdClassName
{
border-color: #7C3DCE;
}
.TagClassName
{
border-color: #7C3DCE;
}
</style>