Shades of Blue Violet #7314DF
Tints of Blue Violet #7314DF
RGB
CMYK
RGB Variations
Color information
#7314DF (or 0x7314DF) is known color: Blue Violet. HEX triplet: 73, 14 and DF. RGB value is (115,20,223). Sum of RGB (Red+Green+Blue) = 115+20+223=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #7314DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314DF is #8CEB20. Grayscale: #464646. Windows color (decimal): -9235233 or 14619763. OLE color: 14619763.
HSL color Cylindrical-coordinate representation of color #7314DF: hue angle of 268.08º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7314DF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 20 | 223 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.13 |
| HSL | 268.08º | 0.84% | 0.48% | - |
| HSV(B) | 268.08º | 0.91% | 0.87% | - |
| XYZ | 20.64 | 9.47 | 70.55 | - |
| YUV | 71.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 223 | 0.48 | 0.91 | 0 | 0.13 | 268.08 | 0.84 | 0.48 |
| Hex | 73 | 14 | DF | 30 | 5B | 0 | D | 10C | 54 | 30 |
| Octal | 163 | 24 | 337 | 60 | 133 | 0 | 15 | 414 | 124 | 60 |
| Binary | 1110011 | 10100 | 11011111 | 110000 | 1011011 | 0 | 1101 | 100001100 | 1010100 | 110000 |
Color Harmonies of #7314DF
Complementary color
Monochromatic Colors of #7314DF
Black with #7314DF
Text Example
Text Example
White with #7314DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314DF; }
p { color: rgb(115,20,223); }
H1.HeaderClassName
{
color: #7314DF;
}
.AnyTagClassName
{
color: #7314DF;
}
</style>
background-color css
<style>
a { background-color: #7314DF; }
a { background-color: rgb(115,20,223); }
div.DivClassName
{
background-color: #7314DF;
}
.BgClassName
{
background-color: #7314DF;
}
</style>
border-color css
<style>
span { border-color: #7314DF; }
span { border-color: rgb(115,20,223); }
td.TdClassName
{
border-color: #7314DF;
}
.TagClassName
{
border-color: #7314DF;
}
</style>