Shades of Blue Violet #7519E5
Tints of Blue Violet #7519E5
RGB
CMYK
RGB Variations
Color information
#7519E5 (or 0x7519E5) is known color: Blue Violet. HEX triplet: 75, 19 and E5. RGB value is (117,25,229). Sum of RGB (Red+Green+Blue) = 117+25+229=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #7519E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519E5 is #8AE61A. Grayscale: #4B4B4B. Windows color (decimal): -9102875 or 15014261. OLE color: 15014261.
HSL color Cylindrical-coordinate representation of color #7519E5: hue angle of 267.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519E5 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 25 | 229 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.10 |
| HSL | 267.06º | 0.8% | 0.5% | - |
| HSV(B) | 267.06º | 0.89% | 0.9% | - |
| XYZ | 21.83 | 10.13 | 74.93 | - |
| YUV | 75.76 | 214.48 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 229 | 0.49 | 0.89 | 0 | 0.10 | 267.06 | 0.8 | 0.5 |
| Hex | 75 | 19 | E5 | 31 | 59 | 0 | A | 10B | 50 | 32 |
| Octal | 165 | 31 | 345 | 61 | 131 | 0 | 12 | 413 | 120 | 62 |
| Binary | 1110101 | 11001 | 11100101 | 110001 | 1011001 | 0 | 1010 | 100001011 | 1010000 | 110010 |
Color Harmonies of #7519E5
Complementary color
Monochromatic Colors of #7519E5
Black with #7519E5
Text Example
Text Example
White with #7519E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519E5; }
p { color: rgb(117,25,229); }
H1.HeaderClassName
{
color: #7519E5;
}
.AnyTagClassName
{
color: #7519E5;
}
</style>
background-color css
<style>
a { background-color: #7519E5; }
a { background-color: rgb(117,25,229); }
div.DivClassName
{
background-color: #7519E5;
}
.BgClassName
{
background-color: #7519E5;
}
</style>
border-color css
<style>
span { border-color: #7519E5; }
span { border-color: rgb(117,25,229); }
td.TdClassName
{
border-color: #7519E5;
}
.TagClassName
{
border-color: #7519E5;
}
</style>