Shades of Blue Violet #7C19DA
Tints of Blue Violet #7C19DA
RGB
CMYK
RGB Variations
Color information
#7C19DA (or 0x7C19DA) is known color: Blue Violet. HEX triplet: 7C, 19 and DA. RGB value is (124,25,218). Sum of RGB (Red+Green+Blue) = 124+25+218=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C19DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C19DA is #83E625. Grayscale: #4B4B4B. Windows color (decimal): -8644134 or 14293372. OLE color: 14293372.
HSL color Cylindrical-coordinate representation of color #7C19DA: hue angle of 270.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C19DA is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 25 | 218 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.15 |
| HSL | 270.78º | 0.79% | 0.48% | - |
| HSV(B) | 270.78º | 0.89% | 0.85% | - |
| XYZ | 21.31 | 10.04 | 67.14 | - |
| YUV | 76.6 | 207.8 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 218 | 0.43 | 0.89 | 0 | 0.15 | 270.78 | 0.79 | 0.48 |
| Hex | 7C | 19 | DA | 2B | 59 | 0 | F | 10F | 4F | 30 |
| Octal | 174 | 31 | 332 | 53 | 131 | 0 | 17 | 417 | 117 | 60 |
| Binary | 1111100 | 11001 | 11011010 | 101011 | 1011001 | 0 | 1111 | 100001111 | 1001111 | 110000 |
Color Harmonies of #7C19DA
Complementary color
Monochromatic Colors of #7C19DA
Black with #7C19DA
Text Example
Text Example
White with #7C19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C19DA; }
p { color: rgb(124,25,218); }
H1.HeaderClassName
{
color: #7C19DA;
}
.AnyTagClassName
{
color: #7C19DA;
}
</style>
background-color css
<style>
a { background-color: #7C19DA; }
a { background-color: rgb(124,25,218); }
div.DivClassName
{
background-color: #7C19DA;
}
.BgClassName
{
background-color: #7C19DA;
}
</style>
border-color css
<style>
span { border-color: #7C19DA; }
span { border-color: rgb(124,25,218); }
td.TdClassName
{
border-color: #7C19DA;
}
.TagClassName
{
border-color: #7C19DA;
}
</style>