Shades of Blue Violet #7519EA
Tints of Blue Violet #7519EA
RGB
CMYK
RGB Variations
Color information
#7519EA (or 0x7519EA) is known color: Blue Violet. HEX triplet: 75, 19 and EA. RGB value is (117,25,234). Sum of RGB (Red+Green+Blue) = 117+25+234=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #7519EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519EA is #8AE615. Grayscale: #4B4B4B. Windows color (decimal): -9102870 or 15341941. OLE color: 15341941.
HSL color Cylindrical-coordinate representation of color #7519EA: hue angle of 266.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7519EA is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 25 | 234 | - |
| CMYK | 0.5 | 0.89 | 0 | 0.08 |
| HSL | 266.41º | 0.83% | 0.51% | - |
| HSV(B) | 266.41º | 0.89% | 0.92% | - |
| XYZ | 22.54 | 10.42 | 78.66 | - |
| YUV | 76.33 | 216.98 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 234 | 0.5 | 0.89 | 0 | 0.08 | 266.41 | 0.83 | 0.51 |
| Hex | 75 | 19 | EA | 32 | 59 | 0 | 8 | 10A | 53 | 33 |
| Octal | 165 | 31 | 352 | 62 | 131 | 0 | 10 | 412 | 123 | 63 |
| Binary | 1110101 | 11001 | 11101010 | 110010 | 1011001 | 0 | 1000 | 100001010 | 1010011 | 110011 |
Color Harmonies of #7519EA
Complementary color
Monochromatic Colors of #7519EA
Black with #7519EA
Text Example
Text Example
White with #7519EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519EA; }
p { color: rgb(117,25,234); }
H1.HeaderClassName
{
color: #7519EA;
}
.AnyTagClassName
{
color: #7519EA;
}
</style>
background-color css
<style>
a { background-color: #7519EA; }
a { background-color: rgb(117,25,234); }
div.DivClassName
{
background-color: #7519EA;
}
.BgClassName
{
background-color: #7519EA;
}
</style>
border-color css
<style>
span { border-color: #7519EA; }
span { border-color: rgb(117,25,234); }
td.TdClassName
{
border-color: #7519EA;
}
.TagClassName
{
border-color: #7519EA;
}
</style>