Shades of Blue Violet #7C3DDC
Tints of Blue Violet #7C3DDC
RGB
CMYK
RGB Variations
Color information
#7C3DDC (or 0x7C3DDC) is known color: Blue Violet. HEX triplet: 7C, 3D and DC. RGB value is (124,61,220). Sum of RGB (Red+Green+Blue) = 124+61+220=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C3DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DDC is #83C223. Grayscale: #616161. Windows color (decimal): -8634916 or 14433660. OLE color: 14433660.
HSL color Cylindrical-coordinate representation of color #7C3DDC: hue angle of 263.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3DDC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 61 | 220 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.14 |
| HSL | 263.77º | 0.69% | 0.55% | - |
| HSV(B) | 263.77º | 0.72% | 0.86% | - |
| XYZ | 22.9 | 12.79 | 68.97 | - |
| YUV | 97.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 220 | 0.44 | 0.72 | 0 | 0.14 | 263.77 | 0.69 | 0.55 |
| Hex | 7C | 3D | DC | 2C | 48 | 0 | E | 108 | 45 | 37 |
| Octal | 174 | 75 | 334 | 54 | 110 | 0 | 16 | 410 | 105 | 67 |
| Binary | 1111100 | 111101 | 11011100 | 101100 | 1001000 | 0 | 1110 | 100001000 | 1000101 | 110111 |
Color Harmonies of #7C3DDC
Complementary color
Monochromatic Colors of #7C3DDC
Black with #7C3DDC
Text Example
Text Example
White with #7C3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3DDC; }
p { color: rgb(124,61,220); }
H1.HeaderClassName
{
color: #7C3DDC;
}
.AnyTagClassName
{
color: #7C3DDC;
}
</style>
background-color css
<style>
a { background-color: #7C3DDC; }
a { background-color: rgb(124,61,220); }
div.DivClassName
{
background-color: #7C3DDC;
}
.BgClassName
{
background-color: #7C3DDC;
}
</style>
border-color css
<style>
span { border-color: #7C3DDC; }
span { border-color: rgb(124,61,220); }
td.TdClassName
{
border-color: #7C3DDC;
}
.TagClassName
{
border-color: #7C3DDC;
}
</style>