Shades of Blue Violet #7C1ACE
Tints of Blue Violet #7C1ACE
RGB
CMYK
RGB Variations
Color information
#7C1ACE (or 0x7C1ACE) is known color: Blue Violet. HEX triplet: 7C, 1A and CE. RGB value is (124,26,206). Sum of RGB (Red+Green+Blue) = 124+26+206=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C1ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1ACE is #83E531. Grayscale: #4B4B4B. Windows color (decimal): -8643890 or 13507196. OLE color: 13507196.
HSL color Cylindrical-coordinate representation of color #7C1ACE: hue angle of 272.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1ACE is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 26 | 206 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.19 |
| HSL | 272.67º | 0.78% | 0.45% | - |
| HSV(B) | 272.67º | 0.87% | 0.81% | - |
| XYZ | 19.82 | 9.48 | 59.18 | - |
| YUV | 75.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 206 | 0.40 | 0.87 | 0 | 0.19 | 272.67 | 0.78 | 0.45 |
| Hex | 7C | 1A | CE | 28 | 57 | 0 | 13 | 111 | 4E | 2D |
| Octal | 174 | 32 | 316 | 50 | 127 | 0 | 23 | 421 | 116 | 55 |
| Binary | 1111100 | 11010 | 11001110 | 101000 | 1010111 | 0 | 10011 | 100010001 | 1001110 | 101101 |
Color Harmonies of #7C1ACE
Complementary color
Monochromatic Colors of #7C1ACE
Black with #7C1ACE
Text Example
Text Example
White with #7C1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1ACE; }
p { color: rgb(124,26,206); }
H1.HeaderClassName
{
color: #7C1ACE;
}
.AnyTagClassName
{
color: #7C1ACE;
}
</style>
background-color css
<style>
a { background-color: #7C1ACE; }
a { background-color: rgb(124,26,206); }
div.DivClassName
{
background-color: #7C1ACE;
}
.BgClassName
{
background-color: #7C1ACE;
}
</style>
border-color css
<style>
span { border-color: #7C1ACE; }
span { border-color: rgb(124,26,206); }
td.TdClassName
{
border-color: #7C1ACE;
}
.TagClassName
{
border-color: #7C1ACE;
}
</style>