Shades of Blue Violet #7315D6
Tints of Blue Violet #7315D6
RGB
CMYK
RGB Variations
Color information
#7315D6 (or 0x7315D6) is known color: Blue Violet. HEX triplet: 73, 15 and D6. RGB value is (115,21,214). Sum of RGB (Red+Green+Blue) = 115+21+214=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #7315D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315D6 is #8CEA29. Grayscale: #464646. Windows color (decimal): -9234986 or 14030195. OLE color: 14030195.
HSL color Cylindrical-coordinate representation of color #7315D6: hue angle of 269.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7315D6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 21 | 214 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.16 |
| HSL | 269.22º | 0.82% | 0.46% | - |
| HSV(B) | 269.22º | 0.9% | 0.84% | - |
| XYZ | 19.48 | 9.04 | 64.34 | - |
| YUV | 71.11 | 208.64 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 214 | 0.46 | 0.90 | 0 | 0.16 | 269.22 | 0.82 | 0.46 |
| Hex | 73 | 15 | D6 | 2E | 5A | 0 | 10 | 10D | 52 | 2E |
| Octal | 163 | 25 | 326 | 56 | 132 | 0 | 20 | 415 | 122 | 56 |
| Binary | 1110011 | 10101 | 11010110 | 101110 | 1011010 | 0 | 10000 | 100001101 | 1010010 | 101110 |
Color Harmonies of #7315D6
Complementary color
Monochromatic Colors of #7315D6
Black with #7315D6
Text Example
Text Example
White with #7315D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315D6; }
p { color: rgb(115,21,214); }
H1.HeaderClassName
{
color: #7315D6;
}
.AnyTagClassName
{
color: #7315D6;
}
</style>
background-color css
<style>
a { background-color: #7315D6; }
a { background-color: rgb(115,21,214); }
div.DivClassName
{
background-color: #7315D6;
}
.BgClassName
{
background-color: #7315D6;
}
</style>
border-color css
<style>
span { border-color: #7315D6; }
span { border-color: rgb(115,21,214); }
td.TdClassName
{
border-color: #7315D6;
}
.TagClassName
{
border-color: #7315D6;
}
</style>