Shades of Blue Violet #7319EA
Tints of Blue Violet #7319EA
RGB
CMYK
RGB Variations
Color information
#7319EA (or 0x7319EA) is known color: Blue Violet. HEX triplet: 73, 19 and EA. RGB value is (115,25,234). Sum of RGB (Red+Green+Blue) = 115+25+234=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #7319EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7319EA is #8CE615. Grayscale: #4A4A4A. Windows color (decimal): -9233942 or 15341939. OLE color: 15341939.
HSL color Cylindrical-coordinate representation of color #7319EA: hue angle of 265.84º 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 #7319EA is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 25 | 234 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.08 |
| HSL | 265.84º | 0.83% | 0.51% | - |
| HSV(B) | 265.84º | 0.89% | 0.92% | - |
| XYZ | 22.27 | 10.28 | 78.65 | - |
| YUV | 75.74 | 217.32 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 234 | 0.51 | 0.89 | 0 | 0.08 | 265.84 | 0.83 | 0.51 |
| Hex | 73 | 19 | EA | 33 | 59 | 0 | 8 | 10A | 53 | 33 |
| Octal | 163 | 31 | 352 | 63 | 131 | 0 | 10 | 412 | 123 | 63 |
| Binary | 1110011 | 11001 | 11101010 | 110011 | 1011001 | 0 | 1000 | 100001010 | 1010011 | 110011 |
Color Harmonies of #7319EA
Complementary color
Monochromatic Colors of #7319EA
Black with #7319EA
Text Example
Text Example
White with #7319EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319EA; }
p { color: rgb(115,25,234); }
H1.HeaderClassName
{
color: #7319EA;
}
.AnyTagClassName
{
color: #7319EA;
}
</style>
background-color css
<style>
a { background-color: #7319EA; }
a { background-color: rgb(115,25,234); }
div.DivClassName
{
background-color: #7319EA;
}
.BgClassName
{
background-color: #7319EA;
}
</style>
border-color css
<style>
span { border-color: #7319EA; }
span { border-color: rgb(115,25,234); }
td.TdClassName
{
border-color: #7319EA;
}
.TagClassName
{
border-color: #7319EA;
}
</style>