Shades of Blue Violet #7318ED
Tints of Blue Violet #7318ED
RGB
CMYK
RGB Variations
Color information
#7318ED (or 0x7318ED) is known color: Blue Violet. HEX triplet: 73, 18 and ED. RGB value is (115,24,237). Sum of RGB (Red+Green+Blue) = 115+24+237=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #7318ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7318ED is #8CE712. Grayscale: #4A4A4A. Windows color (decimal): -9234195 or 15538291. OLE color: 15538291.
HSL color Cylindrical-coordinate representation of color #7318ED: hue angle of 265.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7318ED is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 24 | 237 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.07 |
| HSL | 265.63º | 0.86% | 0.51% | - |
| HSV(B) | 265.63º | 0.9% | 0.93% | - |
| XYZ | 22.68 | 10.41 | 80.94 | - |
| YUV | 75.49 | 219.15 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 237 | 0.51 | 0.90 | 0 | 0.07 | 265.63 | 0.86 | 0.51 |
| Hex | 73 | 18 | ED | 33 | 5A | 0 | 7 | 10A | 56 | 33 |
| Octal | 163 | 30 | 355 | 63 | 132 | 0 | 7 | 412 | 126 | 63 |
| Binary | 1110011 | 11000 | 11101101 | 110011 | 1011010 | 0 | 111 | 100001010 | 1010110 | 110011 |
Color Harmonies of #7318ED
Complementary color
Monochromatic Colors of #7318ED
Black with #7318ED
Text Example
Text Example
White with #7318ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318ED; }
p { color: rgb(115,24,237); }
H1.HeaderClassName
{
color: #7318ED;
}
.AnyTagClassName
{
color: #7318ED;
}
</style>
background-color css
<style>
a { background-color: #7318ED; }
a { background-color: rgb(115,24,237); }
div.DivClassName
{
background-color: #7318ED;
}
.BgClassName
{
background-color: #7318ED;
}
</style>
border-color css
<style>
span { border-color: #7318ED; }
span { border-color: rgb(115,24,237); }
td.TdClassName
{
border-color: #7318ED;
}
.TagClassName
{
border-color: #7318ED;
}
</style>