Shades of Blue Violet #7715DC
Tints of Blue Violet #7715DC
RGB
CMYK
RGB Variations
Color information
#7715DC (or 0x7715DC) is known color: Blue Violet. HEX triplet: 77, 15 and DC. RGB value is (119,21,220). Sum of RGB (Red+Green+Blue) = 119+21+220=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #7715DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715DC is #88EA23. Grayscale: #484848. Windows color (decimal): -8972836 or 14423415. OLE color: 14423415.
HSL color Cylindrical-coordinate representation of color #7715DC: hue angle of 269.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7715DC is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 21 | 220 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.14 |
| HSL | 269.55º | 0.83% | 0.47% | - |
| HSV(B) | 269.55º | 0.9% | 0.86% | - |
| XYZ | 20.79 | 9.63 | 68.47 | - |
| YUV | 72.99 | 210.97 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 220 | 0.46 | 0.90 | 0 | 0.14 | 269.55 | 0.83 | 0.47 |
| Hex | 77 | 15 | DC | 2E | 5A | 0 | E | 10E | 53 | 2F |
| Octal | 167 | 25 | 334 | 56 | 132 | 0 | 16 | 416 | 123 | 57 |
| Binary | 1110111 | 10101 | 11011100 | 101110 | 1011010 | 0 | 1110 | 100001110 | 1010011 | 101111 |
Color Harmonies of #7715DC
Complementary color
Monochromatic Colors of #7715DC
Black with #7715DC
Text Example
Text Example
White with #7715DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7715DC; }
p { color: rgb(119,21,220); }
H1.HeaderClassName
{
color: #7715DC;
}
.AnyTagClassName
{
color: #7715DC;
}
</style>
background-color css
<style>
a { background-color: #7715DC; }
a { background-color: rgb(119,21,220); }
div.DivClassName
{
background-color: #7715DC;
}
.BgClassName
{
background-color: #7715DC;
}
</style>
border-color css
<style>
span { border-color: #7715DC; }
span { border-color: rgb(119,21,220); }
td.TdClassName
{
border-color: #7715DC;
}
.TagClassName
{
border-color: #7715DC;
}
</style>