Shades of Blue Violet #7718DD
Tints of Blue Violet #7718DD
RGB
CMYK
RGB Variations
Color information
#7718DD (or 0x7718DD) is known color: Blue Violet. HEX triplet: 77, 18 and DD. RGB value is (119,24,221). Sum of RGB (Red+Green+Blue) = 119+24+221=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #7718DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718DD is #88E722. Grayscale: #4A4A4A. Windows color (decimal): -8972067 or 14489719. OLE color: 14489719.
HSL color Cylindrical-coordinate representation of color #7718DD: hue angle of 268.93º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7718DD is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 24 | 221 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.13 |
| HSL | 268.93º | 0.8% | 0.48% | - |
| HSV(B) | 268.93º | 0.89% | 0.87% | - |
| XYZ | 20.99 | 9.8 | 69.19 | - |
| YUV | 74.86 | 210.47 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 221 | 0.46 | 0.89 | 0 | 0.13 | 268.93 | 0.8 | 0.48 |
| Hex | 77 | 18 | DD | 2E | 59 | 0 | D | 10D | 50 | 30 |
| Octal | 167 | 30 | 335 | 56 | 131 | 0 | 15 | 415 | 120 | 60 |
| Binary | 1110111 | 11000 | 11011101 | 101110 | 1011001 | 0 | 1101 | 100001101 | 1010000 | 110000 |
Color Harmonies of #7718DD
Complementary color
Monochromatic Colors of #7718DD
Black with #7718DD
Text Example
Text Example
White with #7718DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718DD; }
p { color: rgb(119,24,221); }
H1.HeaderClassName
{
color: #7718DD;
}
.AnyTagClassName
{
color: #7718DD;
}
</style>
background-color css
<style>
a { background-color: #7718DD; }
a { background-color: rgb(119,24,221); }
div.DivClassName
{
background-color: #7718DD;
}
.BgClassName
{
background-color: #7718DD;
}
</style>
border-color css
<style>
span { border-color: #7718DD; }
span { border-color: rgb(119,24,221); }
td.TdClassName
{
border-color: #7718DD;
}
.TagClassName
{
border-color: #7718DD;
}
</style>