Shades of Vivid Violet #77418A
Tints of Vivid Violet #77418A
RGB
CMYK
RGB Variations
Color information
#77418A (or 0x77418A) is known color: Vivid Violet. HEX triplet: 77, 41 and 8A. RGB value is (119,65,138). Sum of RGB (Red+Green+Blue) = 119+65+138=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #77418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77418A is #88BE75. Grayscale: #595959. Windows color (decimal): -8961654 or 9060727. OLE color: 9060727.
HSL color Cylindrical-coordinate representation of color #77418A: hue angle of 284.38º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77418A is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 65 | 138 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.46 |
| HSL | 284.38º | 0.36% | 0.4% | - |
| HSV(B) | 284.38º | 0.53% | 0.54% | - |
| XYZ | 14.09 | 9.54 | 25.14 | - |
| YUV | 89.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 138 | 0.14 | 0.53 | 0 | 0.46 | 284.38 | 0.36 | 0.4 |
| Hex | 77 | 41 | 8A | E | 35 | 0 | 2E | 11C | 24 | 28 |
| Octal | 167 | 101 | 212 | 16 | 65 | 0 | 56 | 434 | 44 | 50 |
| Binary | 1110111 | 1000001 | 10001010 | 1110 | 110101 | 0 | 101110 | 100011100 | 100100 | 101000 |
Color Harmonies of #77418A
Complementary color
Monochromatic Colors of #77418A
Black with #77418A
Text Example
Text Example
White with #77418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77418A; }
p { color: rgb(119,65,138); }
H1.HeaderClassName
{
color: #77418A;
}
.AnyTagClassName
{
color: #77418A;
}
</style>
background-color css
<style>
a { background-color: #77418A; }
a { background-color: rgb(119,65,138); }
div.DivClassName
{
background-color: #77418A;
}
.BgClassName
{
background-color: #77418A;
}
</style>
border-color css
<style>
span { border-color: #77418A; }
span { border-color: rgb(119,65,138); }
td.TdClassName
{
border-color: #77418A;
}
.TagClassName
{
border-color: #77418A;
}
</style>