Shades of Blue Violet #7718D7
Tints of Blue Violet #7718D7
RGB
CMYK
RGB Variations
Color information
#7718D7 (or 0x7718D7) is known color: Blue Violet. HEX triplet: 77, 18 and D7. RGB value is (119,24,215). Sum of RGB (Red+Green+Blue) = 119+24+215=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #7718D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718D7 is #88E728. Grayscale: #494949. Windows color (decimal): -8972073 or 14096503. OLE color: 14096503.
HSL color Cylindrical-coordinate representation of color #7718D7: hue angle of 269.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7718D7 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 24 | 215 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.16 |
| HSL | 269.84º | 0.8% | 0.47% | - |
| HSV(B) | 269.84º | 0.89% | 0.84% | - |
| XYZ | 20.2 | 9.48 | 65.06 | - |
| YUV | 74.18 | 207.47 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 215 | 0.45 | 0.89 | 0 | 0.16 | 269.84 | 0.8 | 0.47 |
| Hex | 77 | 18 | D7 | 2D | 59 | 0 | 10 | 10E | 50 | 2F |
| Octal | 167 | 30 | 327 | 55 | 131 | 0 | 20 | 416 | 120 | 57 |
| Binary | 1110111 | 11000 | 11010111 | 101101 | 1011001 | 0 | 10000 | 100001110 | 1010000 | 101111 |
Color Harmonies of #7718D7
Complementary color
Monochromatic Colors of #7718D7
Black with #7718D7
Text Example
Text Example
White with #7718D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718D7; }
p { color: rgb(119,24,215); }
H1.HeaderClassName
{
color: #7718D7;
}
.AnyTagClassName
{
color: #7718D7;
}
</style>
background-color css
<style>
a { background-color: #7718D7; }
a { background-color: rgb(119,24,215); }
div.DivClassName
{
background-color: #7718D7;
}
.BgClassName
{
background-color: #7718D7;
}
</style>
border-color css
<style>
span { border-color: #7718D7; }
span { border-color: rgb(119,24,215); }
td.TdClassName
{
border-color: #7718D7;
}
.TagClassName
{
border-color: #7718D7;
}
</style>