Shades of Blue Violet #7316DF
Tints of Blue Violet #7316DF
RGB
CMYK
RGB Variations
Color information
#7316DF (or 0x7316DF) is known color: Blue Violet. HEX triplet: 73, 16 and DF. RGB value is (115,22,223). Sum of RGB (Red+Green+Blue) = 115+22+223=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #7316DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316DF is #8CE920. Grayscale: #484848. Windows color (decimal): -9234721 or 14620275. OLE color: 14620275.
HSL color Cylindrical-coordinate representation of color #7316DF: hue angle of 267.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7316DF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 22 | 223 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.13 |
| HSL | 267.76º | 0.82% | 0.48% | - |
| HSV(B) | 267.76º | 0.9% | 0.87% | - |
| XYZ | 20.68 | 9.55 | 70.56 | - |
| YUV | 72.72 | 212.81 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 223 | 0.48 | 0.90 | 0 | 0.13 | 267.76 | 0.82 | 0.48 |
| Hex | 73 | 16 | DF | 30 | 5A | 0 | D | 10C | 52 | 30 |
| Octal | 163 | 26 | 337 | 60 | 132 | 0 | 15 | 414 | 122 | 60 |
| Binary | 1110011 | 10110 | 11011111 | 110000 | 1011010 | 0 | 1101 | 100001100 | 1010010 | 110000 |
Color Harmonies of #7316DF
Complementary color
Monochromatic Colors of #7316DF
Black with #7316DF
Text Example
Text Example
White with #7316DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316DF; }
p { color: rgb(115,22,223); }
H1.HeaderClassName
{
color: #7316DF;
}
.AnyTagClassName
{
color: #7316DF;
}
</style>
background-color css
<style>
a { background-color: #7316DF; }
a { background-color: rgb(115,22,223); }
div.DivClassName
{
background-color: #7316DF;
}
.BgClassName
{
background-color: #7316DF;
}
</style>
border-color css
<style>
span { border-color: #7316DF; }
span { border-color: rgb(115,22,223); }
td.TdClassName
{
border-color: #7316DF;
}
.TagClassName
{
border-color: #7316DF;
}
</style>