Shades of Blue Violet #7C2ACD
Tints of Blue Violet #7C2ACD
RGB
CMYK
RGB Variations
Color information
#7C2ACD (or 0x7C2ACD) is known color: Blue Violet. HEX triplet: 7C, 2A and CD. RGB value is (124,42,205). Sum of RGB (Red+Green+Blue) = 124+42+205=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C2ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2ACD is #83D532. Grayscale: #545454. Windows color (decimal): -8639795 or 13445756. OLE color: 13445756.
HSL color Cylindrical-coordinate representation of color #7C2ACD: hue angle of 270.18º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2ACD is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 42 | 205 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.20 |
| HSL | 270.18º | 0.66% | 0.48% | - |
| HSV(B) | 270.18º | 0.8% | 0.8% | - |
| XYZ | 20.16 | 10.35 | 58.69 | - |
| YUV | 85.1 | 195.67 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 205 | 0.40 | 0.80 | 0 | 0.20 | 270.18 | 0.66 | 0.48 |
| Hex | 7C | 2A | CD | 28 | 50 | 0 | 14 | 10E | 42 | 30 |
| Octal | 174 | 52 | 315 | 50 | 120 | 0 | 24 | 416 | 102 | 60 |
| Binary | 1111100 | 101010 | 11001101 | 101000 | 1010000 | 0 | 10100 | 100001110 | 1000010 | 110000 |
Color Harmonies of #7C2ACD
Complementary color
Monochromatic Colors of #7C2ACD
Black with #7C2ACD
Text Example
Text Example
White with #7C2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2ACD; }
p { color: rgb(124,42,205); }
H1.HeaderClassName
{
color: #7C2ACD;
}
.AnyTagClassName
{
color: #7C2ACD;
}
</style>
background-color css
<style>
a { background-color: #7C2ACD; }
a { background-color: rgb(124,42,205); }
div.DivClassName
{
background-color: #7C2ACD;
}
.BgClassName
{
background-color: #7C2ACD;
}
</style>
border-color css
<style>
span { border-color: #7C2ACD; }
span { border-color: rgb(124,42,205); }
td.TdClassName
{
border-color: #7C2ACD;
}
.TagClassName
{
border-color: #7C2ACD;
}
</style>