Shades of Blue Violet #7519DF
Tints of Blue Violet #7519DF
RGB
CMYK
RGB Variations
Color information
#7519DF (or 0x7519DF) is known color: Blue Violet. HEX triplet: 75, 19 and DF. RGB value is (117,25,223). Sum of RGB (Red+Green+Blue) = 117+25+223=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #7519DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519DF is #8AE620. Grayscale: #4A4A4A. Windows color (decimal): -9102881 or 14621045. OLE color: 14621045.
HSL color Cylindrical-coordinate representation of color #7519DF: hue angle of 267.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519DF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 25 | 223 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.13 |
| HSL | 267.88º | 0.8% | 0.49% | - |
| HSV(B) | 267.88º | 0.89% | 0.87% | - |
| XYZ | 21 | 9.8 | 70.6 | - |
| YUV | 75.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 223 | 0.48 | 0.89 | 0 | 0.13 | 267.88 | 0.8 | 0.49 |
| Hex | 75 | 19 | DF | 30 | 59 | 0 | D | 10C | 50 | 31 |
| Octal | 165 | 31 | 337 | 60 | 131 | 0 | 15 | 414 | 120 | 61 |
| Binary | 1110101 | 11001 | 11011111 | 110000 | 1011001 | 0 | 1101 | 100001100 | 1010000 | 110001 |
Color Harmonies of #7519DF
Complementary color
Monochromatic Colors of #7519DF
Black with #7519DF
Text Example
Text Example
White with #7519DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519DF; }
p { color: rgb(117,25,223); }
H1.HeaderClassName
{
color: #7519DF;
}
.AnyTagClassName
{
color: #7519DF;
}
</style>
background-color css
<style>
a { background-color: #7519DF; }
a { background-color: rgb(117,25,223); }
div.DivClassName
{
background-color: #7519DF;
}
.BgClassName
{
background-color: #7519DF;
}
</style>
border-color css
<style>
span { border-color: #7519DF; }
span { border-color: rgb(117,25,223); }
td.TdClassName
{
border-color: #7519DF;
}
.TagClassName
{
border-color: #7519DF;
}
</style>