Shades of Blue Violet #7519DC
Tints of Blue Violet #7519DC
RGB
CMYK
RGB Variations
Color information
#7519DC (or 0x7519DC) is known color: Blue Violet. HEX triplet: 75, 19 and DC. RGB value is (117,25,220). Sum of RGB (Red+Green+Blue) = 117+25+220=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #7519DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519DC is #8AE623. Grayscale: #4A4A4A. Windows color (decimal): -9102884 or 14424437. OLE color: 14424437.
HSL color Cylindrical-coordinate representation of color #7519DC: hue angle of 268.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519DC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 25 | 220 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.14 |
| HSL | 268.31º | 0.8% | 0.48% | - |
| HSV(B) | 268.31º | 0.89% | 0.86% | - |
| XYZ | 20.6 | 9.64 | 68.49 | - |
| YUV | 74.74 | 209.98 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 220 | 0.47 | 0.89 | 0 | 0.14 | 268.31 | 0.8 | 0.48 |
| Hex | 75 | 19 | DC | 2F | 59 | 0 | E | 10C | 50 | 30 |
| Octal | 165 | 31 | 334 | 57 | 131 | 0 | 16 | 414 | 120 | 60 |
| Binary | 1110101 | 11001 | 11011100 | 101111 | 1011001 | 0 | 1110 | 100001100 | 1010000 | 110000 |
Color Harmonies of #7519DC
Complementary color
Monochromatic Colors of #7519DC
Black with #7519DC
Text Example
Text Example
White with #7519DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519DC; }
p { color: rgb(117,25,220); }
H1.HeaderClassName
{
color: #7519DC;
}
.AnyTagClassName
{
color: #7519DC;
}
</style>
background-color css
<style>
a { background-color: #7519DC; }
a { background-color: rgb(117,25,220); }
div.DivClassName
{
background-color: #7519DC;
}
.BgClassName
{
background-color: #7519DC;
}
</style>
border-color css
<style>
span { border-color: #7519DC; }
span { border-color: rgb(117,25,220); }
td.TdClassName
{
border-color: #7519DC;
}
.TagClassName
{
border-color: #7519DC;
}
</style>