Shades of Blue Violet #7C22CF
Tints of Blue Violet #7C22CF
RGB
CMYK
RGB Variations
Color information
#7C22CF (or 0x7C22CF) is known color: Blue Violet. HEX triplet: 7C, 22 and CF. RGB value is (124,34,207). Sum of RGB (Red+Green+Blue) = 124+34+207=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C22CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C22CF is #83DD30. Grayscale: #505050. Windows color (decimal): -8641841 or 13574780. OLE color: 13574780.
HSL color Cylindrical-coordinate representation of color #7C22CF: hue angle of 271.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C22CF is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 34 | 207 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.19 |
| HSL | 271.21º | 0.72% | 0.47% | - |
| HSV(B) | 271.21º | 0.84% | 0.81% | - |
| XYZ | 20.15 | 9.93 | 59.89 | - |
| YUV | 80.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 207 | 0.40 | 0.84 | 0 | 0.19 | 271.21 | 0.72 | 0.47 |
| Hex | 7C | 22 | CF | 28 | 54 | 0 | 13 | 10F | 48 | 2F |
| Octal | 174 | 42 | 317 | 50 | 124 | 0 | 23 | 417 | 110 | 57 |
| Binary | 1111100 | 100010 | 11001111 | 101000 | 1010100 | 0 | 10011 | 100001111 | 1001000 | 101111 |
Color Harmonies of #7C22CF
Complementary color
Monochromatic Colors of #7C22CF
Black with #7C22CF
Text Example
Text Example
White with #7C22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C22CF; }
p { color: rgb(124,34,207); }
H1.HeaderClassName
{
color: #7C22CF;
}
.AnyTagClassName
{
color: #7C22CF;
}
</style>
background-color css
<style>
a { background-color: #7C22CF; }
a { background-color: rgb(124,34,207); }
div.DivClassName
{
background-color: #7C22CF;
}
.BgClassName
{
background-color: #7C22CF;
}
</style>
border-color css
<style>
span { border-color: #7C22CF; }
span { border-color: rgb(124,34,207); }
td.TdClassName
{
border-color: #7C22CF;
}
.TagClassName
{
border-color: #7C22CF;
}
</style>