Shades of Blue Violet #7C39CF
Tints of Blue Violet #7C39CF
RGB
CMYK
RGB Variations
Color information
#7C39CF (or 0x7C39CF) is known color: Blue Violet. HEX triplet: 7C, 39 and CF. RGB value is (124,57,207). Sum of RGB (Red+Green+Blue) = 124+57+207=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C39CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C39CF is #83C630. Grayscale: #5D5D5D. Windows color (decimal): -8635953 or 13580668. OLE color: 13580668.
HSL color Cylindrical-coordinate representation of color #7C39CF: hue angle of 266.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C39CF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 57 | 207 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.19 |
| HSL | 266.8º | 0.61% | 0.52% | - |
| HSV(B) | 266.8º | 0.72% | 0.81% | - |
| XYZ | 21.04 | 11.72 | 60.18 | - |
| YUV | 94.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 207 | 0.40 | 0.72 | 0 | 0.19 | 266.8 | 0.61 | 0.52 |
| Hex | 7C | 39 | CF | 28 | 48 | 0 | 13 | 10B | 3D | 34 |
| Octal | 174 | 71 | 317 | 50 | 110 | 0 | 23 | 413 | 75 | 64 |
| Binary | 1111100 | 111001 | 11001111 | 101000 | 1001000 | 0 | 10011 | 100001011 | 111101 | 110100 |
Color Harmonies of #7C39CF
Complementary color
Monochromatic Colors of #7C39CF
Black with #7C39CF
Text Example
Text Example
White with #7C39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C39CF; }
p { color: rgb(124,57,207); }
H1.HeaderClassName
{
color: #7C39CF;
}
.AnyTagClassName
{
color: #7C39CF;
}
</style>
background-color css
<style>
a { background-color: #7C39CF; }
a { background-color: rgb(124,57,207); }
div.DivClassName
{
background-color: #7C39CF;
}
.BgClassName
{
background-color: #7C39CF;
}
</style>
border-color css
<style>
span { border-color: #7C39CF; }
span { border-color: rgb(124,57,207); }
td.TdClassName
{
border-color: #7C39CF;
}
.TagClassName
{
border-color: #7C39CF;
}
</style>