Shades of Blue Violet #7C28FC
Tints of Blue Violet #7C28FC
RGB
CMYK
RGB Variations
Color information
#7C28FC (or 0x7C28FC) is known color: Blue Violet. HEX triplet: 7C, 28 and FC. RGB value is (124,40,252). Sum of RGB (Red+Green+Blue) = 124+40+252=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C28FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C28FC is #83D703. Grayscale: #585858. Windows color (decimal): -8640260 or 16525436. OLE color: 16525436.
HSL color Cylindrical-coordinate representation of color #7C28FC: hue angle of 263.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C28FC is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 40 | 252 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.01 |
| HSL | 263.77º | 0.97% | 0.57% | - |
| HSV(B) | 263.77º | 0.84% | 0.99% | - |
| XYZ | 26.64 | 12.83 | 93.17 | - |
| YUV | 89.28 | 219.83 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 252 | 0.51 | 0.84 | 0 | 0.01 | 263.77 | 0.97 | 0.57 |
| Hex | 7C | 28 | FC | 33 | 54 | 0 | 1 | 108 | 61 | 39 |
| Octal | 174 | 50 | 374 | 63 | 124 | 0 | 1 | 410 | 141 | 71 |
| Binary | 1111100 | 101000 | 11111100 | 110011 | 1010100 | 0 | 1 | 100001000 | 1100001 | 111001 |
Color Harmonies of #7C28FC
Complementary color
Monochromatic Colors of #7C28FC
Black with #7C28FC
Text Example
Text Example
White with #7C28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28FC; }
p { color: rgb(124,40,252); }
H1.HeaderClassName
{
color: #7C28FC;
}
.AnyTagClassName
{
color: #7C28FC;
}
</style>
background-color css
<style>
a { background-color: #7C28FC; }
a { background-color: rgb(124,40,252); }
div.DivClassName
{
background-color: #7C28FC;
}
.BgClassName
{
background-color: #7C28FC;
}
</style>
border-color css
<style>
span { border-color: #7C28FC; }
span { border-color: rgb(124,40,252); }
td.TdClassName
{
border-color: #7C28FC;
}
.TagClassName
{
border-color: #7C28FC;
}
</style>