Shades of Blue Violet #7315E7
Tints of Blue Violet #7315E7
RGB
CMYK
RGB Variations
Color information
#7315E7 (or 0x7315E7) is known color: Blue Violet. HEX triplet: 73, 15 and E7. RGB value is (115,21,231). Sum of RGB (Red+Green+Blue) = 115+21+231=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #7315E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315E7 is #8CEA18. Grayscale: #484848. Windows color (decimal): -9234969 or 15144307. OLE color: 15144307.
HSL color Cylindrical-coordinate representation of color #7315E7: hue angle of 266.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7315E7 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 21 | 231 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.09 |
| HSL | 266.86º | 0.83% | 0.49% | - |
| HSV(B) | 266.86º | 0.91% | 0.91% | - |
| XYZ | 21.76 | 9.95 | 76.37 | - |
| YUV | 73.05 | 217.14 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 231 | 0.50 | 0.91 | 0 | 0.09 | 266.86 | 0.83 | 0.49 |
| Hex | 73 | 15 | E7 | 32 | 5B | 0 | 9 | 10B | 53 | 31 |
| Octal | 163 | 25 | 347 | 62 | 133 | 0 | 11 | 413 | 123 | 61 |
| Binary | 1110011 | 10101 | 11100111 | 110010 | 1011011 | 0 | 1001 | 100001011 | 1010011 | 110001 |
Color Harmonies of #7315E7
Complementary color
Monochromatic Colors of #7315E7
Black with #7315E7
Text Example
Text Example
White with #7315E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315E7; }
p { color: rgb(115,21,231); }
H1.HeaderClassName
{
color: #7315E7;
}
.AnyTagClassName
{
color: #7315E7;
}
</style>
background-color css
<style>
a { background-color: #7315E7; }
a { background-color: rgb(115,21,231); }
div.DivClassName
{
background-color: #7315E7;
}
.BgClassName
{
background-color: #7315E7;
}
</style>
border-color css
<style>
span { border-color: #7315E7; }
span { border-color: rgb(115,21,231); }
td.TdClassName
{
border-color: #7315E7;
}
.TagClassName
{
border-color: #7315E7;
}
</style>