Shades of Blue Violet #7314D4
Tints of Blue Violet #7314D4
RGB
CMYK
RGB Variations
Color information
#7314D4 (or 0x7314D4) is known color: Blue Violet. HEX triplet: 73, 14 and D4. RGB value is (115,20,212). Sum of RGB (Red+Green+Blue) = 115+20+212=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #7314D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314D4 is #8CEB2B. Grayscale: #454545. Windows color (decimal): -9235244 or 13898867. OLE color: 13898867.
HSL color Cylindrical-coordinate representation of color #7314D4: hue angle of 269.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7314D4 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 20 | 212 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.17 |
| HSL | 269.69º | 0.83% | 0.45% | - |
| HSV(B) | 269.69º | 0.91% | 0.83% | - |
| XYZ | 19.2 | 8.9 | 62.99 | - |
| YUV | 70.29 | 207.97 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 212 | 0.46 | 0.91 | 0 | 0.17 | 269.69 | 0.83 | 0.45 |
| Hex | 73 | 14 | D4 | 2E | 5B | 0 | 11 | 10E | 53 | 2D |
| Octal | 163 | 24 | 324 | 56 | 133 | 0 | 21 | 416 | 123 | 55 |
| Binary | 1110011 | 10100 | 11010100 | 101110 | 1011011 | 0 | 10001 | 100001110 | 1010011 | 101101 |
Color Harmonies of #7314D4
Complementary color
Monochromatic Colors of #7314D4
Black with #7314D4
Text Example
Text Example
White with #7314D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314D4; }
p { color: rgb(115,20,212); }
H1.HeaderClassName
{
color: #7314D4;
}
.AnyTagClassName
{
color: #7314D4;
}
</style>
background-color css
<style>
a { background-color: #7314D4; }
a { background-color: rgb(115,20,212); }
div.DivClassName
{
background-color: #7314D4;
}
.BgClassName
{
background-color: #7314D4;
}
</style>
border-color css
<style>
span { border-color: #7314D4; }
span { border-color: rgb(115,20,212); }
td.TdClassName
{
border-color: #7314D4;
}
.TagClassName
{
border-color: #7314D4;
}
</style>