Shades of Vivid Violet #77298D
Tints of Vivid Violet #77298D
RGB
CMYK
RGB Variations
Color information
#77298D (or 0x77298D) is known color: Vivid Violet. HEX triplet: 77, 29 and 8D. RGB value is (119,41,141). Sum of RGB (Red+Green+Blue) = 119+41+141=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #77298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77298D is #88D672. Grayscale: #4B4B4B. Windows color (decimal): -8967795 or 9251191. OLE color: 9251191.
HSL color Cylindrical-coordinate representation of color #77298D: hue angle of 286.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77298D is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 41 | 141 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.45 |
| HSL | 286.8º | 0.55% | 0.36% | - |
| HSV(B) | 286.8º | 0.71% | 0.55% | - |
| XYZ | 13.21 | 7.43 | 25.94 | - |
| YUV | 75.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 141 | 0.16 | 0.71 | 0 | 0.45 | 286.8 | 0.55 | 0.36 |
| Hex | 77 | 29 | 8D | 10 | 47 | 0 | 2D | 11F | 37 | 24 |
| Octal | 167 | 51 | 215 | 20 | 107 | 0 | 55 | 437 | 67 | 44 |
| Binary | 1110111 | 101001 | 10001101 | 10000 | 1000111 | 0 | 101101 | 100011111 | 110111 | 100100 |
Color Harmonies of #77298D
Complementary color
Monochromatic Colors of #77298D
Black with #77298D
Text Example
Text Example
White with #77298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77298D; }
p { color: rgb(119,41,141); }
H1.HeaderClassName
{
color: #77298D;
}
.AnyTagClassName
{
color: #77298D;
}
</style>
background-color css
<style>
a { background-color: #77298D; }
a { background-color: rgb(119,41,141); }
div.DivClassName
{
background-color: #77298D;
}
.BgClassName
{
background-color: #77298D;
}
</style>
border-color css
<style>
span { border-color: #77298D; }
span { border-color: rgb(119,41,141); }
td.TdClassName
{
border-color: #77298D;
}
.TagClassName
{
border-color: #77298D;
}
</style>