Shades of Blue Violet #7718D4
Tints of Blue Violet #7718D4
RGB
CMYK
RGB Variations
Color information
#7718D4 (or 0x7718D4) is known color: Blue Violet. HEX triplet: 77, 18 and D4. RGB value is (119,24,212). Sum of RGB (Red+Green+Blue) = 119+24+212=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #7718D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718D4 is #88E72B. Grayscale: #494949. Windows color (decimal): -8972076 or 13899895. OLE color: 13899895.
HSL color Cylindrical-coordinate representation of color #7718D4: hue angle of 270.32º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7718D4 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 24 | 212 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.17 |
| HSL | 270.32º | 0.8% | 0.46% | - |
| HSV(B) | 270.32º | 0.89% | 0.83% | - |
| XYZ | 19.82 | 9.33 | 63.04 | - |
| YUV | 73.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 212 | 0.44 | 0.89 | 0 | 0.17 | 270.32 | 0.8 | 0.46 |
| Hex | 77 | 18 | D4 | 2C | 59 | 0 | 11 | 10E | 50 | 2E |
| Octal | 167 | 30 | 324 | 54 | 131 | 0 | 21 | 416 | 120 | 56 |
| Binary | 1110111 | 11000 | 11010100 | 101100 | 1011001 | 0 | 10001 | 100001110 | 1010000 | 101110 |
Color Harmonies of #7718D4
Complementary color
Monochromatic Colors of #7718D4
Black with #7718D4
Text Example
Text Example
White with #7718D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718D4; }
p { color: rgb(119,24,212); }
H1.HeaderClassName
{
color: #7718D4;
}
.AnyTagClassName
{
color: #7718D4;
}
</style>
background-color css
<style>
a { background-color: #7718D4; }
a { background-color: rgb(119,24,212); }
div.DivClassName
{
background-color: #7718D4;
}
.BgClassName
{
background-color: #7718D4;
}
</style>
border-color css
<style>
span { border-color: #7718D4; }
span { border-color: rgb(119,24,212); }
td.TdClassName
{
border-color: #7718D4;
}
.TagClassName
{
border-color: #7718D4;
}
</style>