Shades of Blue Violet #7C21FF
Tints of Blue Violet #7C21FF
RGB
CMYK
RGB Variations
Color information
#7C21FF (or 0x7C21FF) is known color: Blue Violet. HEX triplet: 7C, 21 and FF. RGB value is (124,33,255). Sum of RGB (Red+Green+Blue) = 124+33+255=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C21FF is #83DE00. Grayscale: #545454. Windows color (decimal): -8642049 or 16720252. OLE color: 16720252.
HSL color Cylindrical-coordinate representation of color #7C21FF: hue angle of 264.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C21FF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 33 | 255 | - |
| CMYK | 0.51 | 0.87 | 0 | 0 |
| HSL | 264.59º | 1% | 0.56% | - |
| HSV(B) | 264.59º | 0.87% | 1% | - |
| XYZ | 26.91 | 12.59 | 95.62 | - |
| YUV | 85.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 255 | 0.51 | 0.87 | 0 | 0 | 264.59 | 1 | 0.56 |
| Hex | 7C | 21 | FF | 33 | 57 | 0 | 0 | 109 | 64 | 38 |
| Octal | 174 | 41 | 377 | 63 | 127 | 0 | 0 | 411 | 144 | 70 |
| Binary | 1111100 | 100001 | 11111111 | 110011 | 1010111 | 0 | 0 | 100001001 | 1100100 | 111000 |
Color Harmonies of #7C21FF
Complementary color
Monochromatic Colors of #7C21FF
Black with #7C21FF
Text Example
Text Example
White with #7C21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C21FF; }
p { color: rgb(124,33,255); }
H1.HeaderClassName
{
color: #7C21FF;
}
.AnyTagClassName
{
color: #7C21FF;
}
</style>
background-color css
<style>
a { background-color: #7C21FF; }
a { background-color: rgb(124,33,255); }
div.DivClassName
{
background-color: #7C21FF;
}
.BgClassName
{
background-color: #7C21FF;
}
</style>
border-color css
<style>
span { border-color: #7C21FF; }
span { border-color: rgb(124,33,255); }
td.TdClassName
{
border-color: #7C21FF;
}
.TagClassName
{
border-color: #7C21FF;
}
</style>