Shades of Blue Violet #7718EA
Tints of Blue Violet #7718EA
RGB
CMYK
RGB Variations
Color information
#7718EA (or 0x7718EA) is known color: Blue Violet. HEX triplet: 77, 18 and EA. RGB value is (119,24,234). Sum of RGB (Red+Green+Blue) = 119+24+234=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #7718EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718EA is #88E715. Grayscale: #4B4B4B. Windows color (decimal): -8972054 or 15341687. OLE color: 15341687.
HSL color Cylindrical-coordinate representation of color #7718EA: hue angle of 267.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7718EA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 24 | 234 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.08 |
| HSL | 267.14º | 0.83% | 0.51% | - |
| HSV(B) | 267.14º | 0.9% | 0.92% | - |
| XYZ | 22.79 | 10.52 | 78.67 | - |
| YUV | 76.35 | 216.97 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 234 | 0.49 | 0.90 | 0 | 0.08 | 267.14 | 0.83 | 0.51 |
| Hex | 77 | 18 | EA | 31 | 5A | 0 | 8 | 10B | 53 | 33 |
| Octal | 167 | 30 | 352 | 61 | 132 | 0 | 10 | 413 | 123 | 63 |
| Binary | 1110111 | 11000 | 11101010 | 110001 | 1011010 | 0 | 1000 | 100001011 | 1010011 | 110011 |
Color Harmonies of #7718EA
Complementary color
Monochromatic Colors of #7718EA
Black with #7718EA
Text Example
Text Example
White with #7718EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718EA; }
p { color: rgb(119,24,234); }
H1.HeaderClassName
{
color: #7718EA;
}
.AnyTagClassName
{
color: #7718EA;
}
</style>
background-color css
<style>
a { background-color: #7718EA; }
a { background-color: rgb(119,24,234); }
div.DivClassName
{
background-color: #7718EA;
}
.BgClassName
{
background-color: #7718EA;
}
</style>
border-color css
<style>
span { border-color: #7718EA; }
span { border-color: rgb(119,24,234); }
td.TdClassName
{
border-color: #7718EA;
}
.TagClassName
{
border-color: #7718EA;
}
</style>