Shades of Blue Violet #7312DD
Tints of Blue Violet #7312DD
RGB
CMYK
RGB Variations
Color information
#7312DD (or 0x7312DD) is known color: Blue Violet. HEX triplet: 73, 12 and DD. RGB value is (115,18,221). Sum of RGB (Red+Green+Blue) = 115+18+221=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #7312DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312DD is #8CED22. Grayscale: #454545. Windows color (decimal): -9235747 or 14488179. OLE color: 14488179.
HSL color Cylindrical-coordinate representation of color #7312DD: hue angle of 268.67º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7312DD is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 18 | 221 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.13 |
| HSL | 268.67º | 0.85% | 0.47% | - |
| HSV(B) | 268.67º | 0.92% | 0.87% | - |
| XYZ | 20.34 | 9.3 | 69.13 | - |
| YUV | 70.15 | 213.14 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 221 | 0.48 | 0.92 | 0 | 0.13 | 268.67 | 0.85 | 0.47 |
| Hex | 73 | 12 | DD | 30 | 5C | 0 | D | 10D | 55 | 2F |
| Octal | 163 | 22 | 335 | 60 | 134 | 0 | 15 | 415 | 125 | 57 |
| Binary | 1110011 | 10010 | 11011101 | 110000 | 1011100 | 0 | 1101 | 100001101 | 1010101 | 101111 |
Color Harmonies of #7312DD
Complementary color
Monochromatic Colors of #7312DD
Black with #7312DD
Text Example
Text Example
White with #7312DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7312DD; }
p { color: rgb(115,18,221); }
H1.HeaderClassName
{
color: #7312DD;
}
.AnyTagClassName
{
color: #7312DD;
}
</style>
background-color css
<style>
a { background-color: #7312DD; }
a { background-color: rgb(115,18,221); }
div.DivClassName
{
background-color: #7312DD;
}
.BgClassName
{
background-color: #7312DD;
}
</style>
border-color css
<style>
span { border-color: #7312DD; }
span { border-color: rgb(115,18,221); }
td.TdClassName
{
border-color: #7312DD;
}
.TagClassName
{
border-color: #7312DD;
}
</style>