Shades of Blue Violet #7C2ACB
Tints of Blue Violet #7C2ACB
RGB
CMYK
RGB Variations
Color information
#7C2ACB (or 0x7C2ACB) is known color: Blue Violet. HEX triplet: 7C, 2A and CB. RGB value is (124,42,203). Sum of RGB (Red+Green+Blue) = 124+42+203=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C2ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2ACB is #83D534. Grayscale: #545454. Windows color (decimal): -8639797 or 13314684. OLE color: 13314684.
HSL color Cylindrical-coordinate representation of color #7C2ACB: hue angle of 270.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C2ACB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 42 | 203 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.20 |
| HSL | 270.56º | 0.66% | 0.48% | - |
| HSV(B) | 270.56º | 0.79% | 0.8% | - |
| XYZ | 19.92 | 10.25 | 57.43 | - |
| YUV | 84.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 203 | 0.39 | 0.79 | 0 | 0.20 | 270.56 | 0.66 | 0.48 |
| Hex | 7C | 2A | CB | 27 | 4F | 0 | 14 | 10F | 42 | 30 |
| Octal | 174 | 52 | 313 | 47 | 117 | 0 | 24 | 417 | 102 | 60 |
| Binary | 1111100 | 101010 | 11001011 | 100111 | 1001111 | 0 | 10100 | 100001111 | 1000010 | 110000 |
Color Harmonies of #7C2ACB
Complementary color
Monochromatic Colors of #7C2ACB
Black with #7C2ACB
Text Example
Text Example
White with #7C2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2ACB; }
p { color: rgb(124,42,203); }
H1.HeaderClassName
{
color: #7C2ACB;
}
.AnyTagClassName
{
color: #7C2ACB;
}
</style>
background-color css
<style>
a { background-color: #7C2ACB; }
a { background-color: rgb(124,42,203); }
div.DivClassName
{
background-color: #7C2ACB;
}
.BgClassName
{
background-color: #7C2ACB;
}
</style>
border-color css
<style>
span { border-color: #7C2ACB; }
span { border-color: rgb(124,42,203); }
td.TdClassName
{
border-color: #7C2ACB;
}
.TagClassName
{
border-color: #7C2ACB;
}
</style>