Shades of Blue Violet #7C28CF
Tints of Blue Violet #7C28CF
RGB
CMYK
RGB Variations
Color information
#7C28CF (or 0x7C28CF) is known color: Blue Violet. HEX triplet: 7C, 28 and CF. RGB value is (124,40,207). Sum of RGB (Red+Green+Blue) = 124+40+207=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28CF is #83D730. Grayscale: #535353. Windows color (decimal): -8640305 or 13576316. OLE color: 13576316.
HSL color Cylindrical-coordinate representation of color #7C28CF: hue angle of 270.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C28CF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 40 | 207 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.19 |
| HSL | 270.18º | 0.68% | 0.48% | - |
| HSV(B) | 270.18º | 0.81% | 0.81% | - |
| XYZ | 20.33 | 10.31 | 59.95 | - |
| YUV | 84.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 207 | 0.40 | 0.81 | 0 | 0.19 | 270.18 | 0.68 | 0.48 |
| Hex | 7C | 28 | CF | 28 | 51 | 0 | 13 | 10E | 44 | 30 |
| Octal | 174 | 50 | 317 | 50 | 121 | 0 | 23 | 416 | 104 | 60 |
| Binary | 1111100 | 101000 | 11001111 | 101000 | 1010001 | 0 | 10011 | 100001110 | 1000100 | 110000 |
Color Harmonies of #7C28CF
Complementary color
Monochromatic Colors of #7C28CF
Black with #7C28CF
Text Example
Text Example
White with #7C28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28CF; }
p { color: rgb(124,40,207); }
H1.HeaderClassName
{
color: #7C28CF;
}
.AnyTagClassName
{
color: #7C28CF;
}
</style>
background-color css
<style>
a { background-color: #7C28CF; }
a { background-color: rgb(124,40,207); }
div.DivClassName
{
background-color: #7C28CF;
}
.BgClassName
{
background-color: #7C28CF;
}
</style>
border-color css
<style>
span { border-color: #7C28CF; }
span { border-color: rgb(124,40,207); }
td.TdClassName
{
border-color: #7C28CF;
}
.TagClassName
{
border-color: #7C28CF;
}
</style>