Shades of Blue Violet #7C13DF
Tints of Blue Violet #7C13DF
RGB
CMYK
RGB Variations
Color information
#7C13DF (or 0x7C13DF) is known color: Blue Violet. HEX triplet: 7C, 13 and DF. RGB value is (124,19,223). Sum of RGB (Red+Green+Blue) = 124+19+223=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C13DF is #83EC20. Grayscale: #484848. Windows color (decimal): -8645665 or 14619516. OLE color: 14619516.
HSL color Cylindrical-coordinate representation of color #7C13DF: hue angle of 270.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C13DF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 19 | 223 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.13 |
| HSL | 270.88º | 0.84% | 0.47% | - |
| HSV(B) | 270.88º | 0.91% | 0.87% | - |
| XYZ | 21.86 | 10.08 | 70.61 | - |
| YUV | 73.65 | 212.29 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 223 | 0.44 | 0.91 | 0 | 0.13 | 270.88 | 0.84 | 0.47 |
| Hex | 7C | 13 | DF | 2C | 5B | 0 | D | 10F | 54 | 2F |
| Octal | 174 | 23 | 337 | 54 | 133 | 0 | 15 | 417 | 124 | 57 |
| Binary | 1111100 | 10011 | 11011111 | 101100 | 1011011 | 0 | 1101 | 100001111 | 1010100 | 101111 |
Color Harmonies of #7C13DF
Complementary color
Monochromatic Colors of #7C13DF
Black with #7C13DF
Text Example
Text Example
White with #7C13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C13DF; }
p { color: rgb(124,19,223); }
H1.HeaderClassName
{
color: #7C13DF;
}
.AnyTagClassName
{
color: #7C13DF;
}
</style>
background-color css
<style>
a { background-color: #7C13DF; }
a { background-color: rgb(124,19,223); }
div.DivClassName
{
background-color: #7C13DF;
}
.BgClassName
{
background-color: #7C13DF;
}
</style>
border-color css
<style>
span { border-color: #7C13DF; }
span { border-color: rgb(124,19,223); }
td.TdClassName
{
border-color: #7C13DF;
}
.TagClassName
{
border-color: #7C13DF;
}
</style>