Shades of Blue Violet #7714D7
Tints of Blue Violet #7714D7
RGB
CMYK
RGB Variations
Color information
#7714D7 (or 0x7714D7) is known color: Blue Violet. HEX triplet: 77, 14 and D7. RGB value is (119,20,215). Sum of RGB (Red+Green+Blue) = 119+20+215=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #7714D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714D7 is #88EB28. Grayscale: #474747. Windows color (decimal): -8973097 or 14095479. OLE color: 14095479.
HSL color Cylindrical-coordinate representation of color #7714D7: hue angle of 270.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7714D7 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 20 | 215 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.16 |
| HSL | 270.46º | 0.83% | 0.46% | - |
| HSV(B) | 270.46º | 0.91% | 0.84% | - |
| XYZ | 20.12 | 9.33 | 65.03 | - |
| YUV | 71.83 | 208.8 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 215 | 0.45 | 0.91 | 0 | 0.16 | 270.46 | 0.83 | 0.46 |
| Hex | 77 | 14 | D7 | 2D | 5B | 0 | 10 | 10E | 53 | 2E |
| Octal | 167 | 24 | 327 | 55 | 133 | 0 | 20 | 416 | 123 | 56 |
| Binary | 1110111 | 10100 | 11010111 | 101101 | 1011011 | 0 | 10000 | 100001110 | 1010011 | 101110 |
Color Harmonies of #7714D7
Complementary color
Monochromatic Colors of #7714D7
Black with #7714D7
Text Example
Text Example
White with #7714D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714D7; }
p { color: rgb(119,20,215); }
H1.HeaderClassName
{
color: #7714D7;
}
.AnyTagClassName
{
color: #7714D7;
}
</style>
background-color css
<style>
a { background-color: #7714D7; }
a { background-color: rgb(119,20,215); }
div.DivClassName
{
background-color: #7714D7;
}
.BgClassName
{
background-color: #7714D7;
}
</style>
border-color css
<style>
span { border-color: #7714D7; }
span { border-color: rgb(119,20,215); }
td.TdClassName
{
border-color: #7714D7;
}
.TagClassName
{
border-color: #7714D7;
}
</style>