Shades of Blue Violet #7715D7
Tints of Blue Violet #7715D7
RGB
CMYK
RGB Variations
Color information
#7715D7 (or 0x7715D7) is known color: Blue Violet. HEX triplet: 77, 15 and D7. RGB value is (119,21,215). Sum of RGB (Red+Green+Blue) = 119+21+215=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #7715D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715D7 is #88EA28. Grayscale: #474747. Windows color (decimal): -8972841 or 14095735. OLE color: 14095735.
HSL color Cylindrical-coordinate representation of color #7715D7: hue angle of 270.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7715D7 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 21 | 215 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.16 |
| HSL | 270.31º | 0.82% | 0.46% | - |
| HSV(B) | 270.31º | 0.9% | 0.84% | - |
| XYZ | 20.14 | 9.36 | 65.04 | - |
| YUV | 72.42 | 208.47 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 215 | 0.45 | 0.90 | 0 | 0.16 | 270.31 | 0.82 | 0.46 |
| Hex | 77 | 15 | D7 | 2D | 5A | 0 | 10 | 10E | 52 | 2E |
| Octal | 167 | 25 | 327 | 55 | 132 | 0 | 20 | 416 | 122 | 56 |
| Binary | 1110111 | 10101 | 11010111 | 101101 | 1011010 | 0 | 10000 | 100001110 | 1010010 | 101110 |
Color Harmonies of #7715D7
Complementary color
Monochromatic Colors of #7715D7
Black with #7715D7
Text Example
Text Example
White with #7715D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7715D7; }
p { color: rgb(119,21,215); }
H1.HeaderClassName
{
color: #7715D7;
}
.AnyTagClassName
{
color: #7715D7;
}
</style>
background-color css
<style>
a { background-color: #7715D7; }
a { background-color: rgb(119,21,215); }
div.DivClassName
{
background-color: #7715D7;
}
.BgClassName
{
background-color: #7715D7;
}
</style>
border-color css
<style>
span { border-color: #7715D7; }
span { border-color: rgb(119,21,215); }
td.TdClassName
{
border-color: #7715D7;
}
.TagClassName
{
border-color: #7715D7;
}
</style>