Shades of Vivid Violet #7718A4
Tints of Vivid Violet #7718A4
RGB
CMYK
RGB Variations
Color information
#7718A4 (or 0x7718A4) is known color: Vivid Violet. HEX triplet: 77, 18 and A4. RGB value is (119,24,164). Sum of RGB (Red+Green+Blue) = 119+24+164=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #7718A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7718A4 is #88E75B. Grayscale: #434343. Windows color (decimal): -8972124 or 10754167. OLE color: 10754167.
HSL color Cylindrical-coordinate representation of color #7718A4: hue angle of 280.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7718A4 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 24 | 164 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.36 |
| HSL | 280.71º | 0.74% | 0.37% | - |
| HSV(B) | 280.71º | 0.85% | 0.64% | - |
| XYZ | 14.64 | 7.26 | 35.75 | - |
| YUV | 68.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 164 | 0.27 | 0.85 | 0 | 0.36 | 280.71 | 0.74 | 0.37 |
| Hex | 77 | 18 | A4 | 1B | 55 | 0 | 24 | 119 | 4A | 25 |
| Octal | 167 | 30 | 244 | 33 | 125 | 0 | 44 | 431 | 112 | 45 |
| Binary | 1110111 | 11000 | 10100100 | 11011 | 1010101 | 0 | 100100 | 100011001 | 1001010 | 100101 |
Color Harmonies of #7718A4
Complementary color
Monochromatic Colors of #7718A4
Black with #7718A4
Text Example
Text Example
White with #7718A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718A4; }
p { color: rgb(119,24,164); }
H1.HeaderClassName
{
color: #7718A4;
}
.AnyTagClassName
{
color: #7718A4;
}
</style>
background-color css
<style>
a { background-color: #7718A4; }
a { background-color: rgb(119,24,164); }
div.DivClassName
{
background-color: #7718A4;
}
.BgClassName
{
background-color: #7718A4;
}
</style>
border-color css
<style>
span { border-color: #7718A4; }
span { border-color: rgb(119,24,164); }
td.TdClassName
{
border-color: #7718A4;
}
.TagClassName
{
border-color: #7718A4;
}
</style>