Shades of Blue Violet #7C27CB
Tints of Blue Violet #7C27CB
RGB
CMYK
RGB Variations
Color information
#7C27CB (or 0x7C27CB) is known color: Blue Violet. HEX triplet: 7C, 27 and CB. RGB value is (124,39,203). Sum of RGB (Red+Green+Blue) = 124+39+203=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C27CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27CB is #83D834. Grayscale: #525252. Windows color (decimal): -8640565 or 13313916. OLE color: 13313916.
HSL color Cylindrical-coordinate representation of color #7C27CB: hue angle of 271.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C27CB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 39 | 203 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.20 |
| HSL | 271.1º | 0.68% | 0.47% | - |
| HSV(B) | 271.1º | 0.81% | 0.8% | - |
| XYZ | 19.82 | 10.05 | 57.39 | - |
| YUV | 83.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 203 | 0.39 | 0.81 | 0 | 0.20 | 271.1 | 0.68 | 0.47 |
| Hex | 7C | 27 | CB | 27 | 51 | 0 | 14 | 10F | 44 | 2F |
| Octal | 174 | 47 | 313 | 47 | 121 | 0 | 24 | 417 | 104 | 57 |
| Binary | 1111100 | 100111 | 11001011 | 100111 | 1010001 | 0 | 10100 | 100001111 | 1000100 | 101111 |
Color Harmonies of #7C27CB
Complementary color
Monochromatic Colors of #7C27CB
Black with #7C27CB
Text Example
Text Example
White with #7C27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C27CB; }
p { color: rgb(124,39,203); }
H1.HeaderClassName
{
color: #7C27CB;
}
.AnyTagClassName
{
color: #7C27CB;
}
</style>
background-color css
<style>
a { background-color: #7C27CB; }
a { background-color: rgb(124,39,203); }
div.DivClassName
{
background-color: #7C27CB;
}
.BgClassName
{
background-color: #7C27CB;
}
</style>
border-color css
<style>
span { border-color: #7C27CB; }
span { border-color: rgb(124,39,203); }
td.TdClassName
{
border-color: #7C27CB;
}
.TagClassName
{
border-color: #7C27CB;
}
</style>