Shades of Vivid Violet #77288C
Tints of Vivid Violet #77288C
RGB
CMYK
RGB Variations
Color information
#77288C (or 0x77288C) is known color: Vivid Violet. HEX triplet: 77, 28 and 8C. RGB value is (119,40,140). Sum of RGB (Red+Green+Blue) = 119+40+140=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #77288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77288C is #88D773. Grayscale: #4A4A4A. Windows color (decimal): -8968052 or 9185399. OLE color: 9185399.
HSL color Cylindrical-coordinate representation of color #77288C: hue angle of 287.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77288C is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 40 | 140 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.45 |
| HSL | 287.4º | 0.56% | 0.35% | - |
| HSV(B) | 287.4º | 0.71% | 0.55% | - |
| XYZ | 13.1 | 7.33 | 25.54 | - |
| YUV | 75.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 140 | 0.15 | 0.71 | 0 | 0.45 | 287.4 | 0.56 | 0.35 |
| Hex | 77 | 28 | 8C | F | 47 | 0 | 2D | 11F | 38 | 23 |
| Octal | 167 | 50 | 214 | 17 | 107 | 0 | 55 | 437 | 70 | 43 |
| Binary | 1110111 | 101000 | 10001100 | 1111 | 1000111 | 0 | 101101 | 100011111 | 111000 | 100011 |
Color Harmonies of #77288C
Complementary color
Monochromatic Colors of #77288C
Black with #77288C
Text Example
Text Example
White with #77288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77288C; }
p { color: rgb(119,40,140); }
H1.HeaderClassName
{
color: #77288C;
}
.AnyTagClassName
{
color: #77288C;
}
</style>
background-color css
<style>
a { background-color: #77288C; }
a { background-color: rgb(119,40,140); }
div.DivClassName
{
background-color: #77288C;
}
.BgClassName
{
background-color: #77288C;
}
</style>
border-color css
<style>
span { border-color: #77288C; }
span { border-color: rgb(119,40,140); }
td.TdClassName
{
border-color: #77288C;
}
.TagClassName
{
border-color: #77288C;
}
</style>