Shades of Blue Violet #7318E5
Tints of Blue Violet #7318E5
RGB
CMYK
RGB Variations
Color information
#7318E5 (or 0x7318E5) is known color: Blue Violet. HEX triplet: 73, 18 and E5. RGB value is (115,24,229). Sum of RGB (Red+Green+Blue) = 115+24+229=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #7318E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318E5 is #8CE71A. Grayscale: #494949. Windows color (decimal): -9234203 or 15014003. OLE color: 15014003.
HSL color Cylindrical-coordinate representation of color #7318E5: hue angle of 266.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7318E5 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 24 | 229 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.10 |
| HSL | 266.63º | 0.81% | 0.5% | - |
| HSV(B) | 266.63º | 0.9% | 0.9% | - |
| XYZ | 21.54 | 9.96 | 74.92 | - |
| YUV | 74.58 | 215.15 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 229 | 0.50 | 0.90 | 0 | 0.10 | 266.63 | 0.81 | 0.5 |
| Hex | 73 | 18 | E5 | 32 | 5A | 0 | A | 10B | 51 | 32 |
| Octal | 163 | 30 | 345 | 62 | 132 | 0 | 12 | 413 | 121 | 62 |
| Binary | 1110011 | 11000 | 11100101 | 110010 | 1011010 | 0 | 1010 | 100001011 | 1010001 | 110010 |
Color Harmonies of #7318E5
Complementary color
Monochromatic Colors of #7318E5
Black with #7318E5
Text Example
Text Example
White with #7318E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318E5; }
p { color: rgb(115,24,229); }
H1.HeaderClassName
{
color: #7318E5;
}
.AnyTagClassName
{
color: #7318E5;
}
</style>
background-color css
<style>
a { background-color: #7318E5; }
a { background-color: rgb(115,24,229); }
div.DivClassName
{
background-color: #7318E5;
}
.BgClassName
{
background-color: #7318E5;
}
</style>
border-color css
<style>
span { border-color: #7318E5; }
span { border-color: rgb(115,24,229); }
td.TdClassName
{
border-color: #7318E5;
}
.TagClassName
{
border-color: #7318E5;
}
</style>