Shades of Vivid Violet #77268E
Tints of Vivid Violet #77268E
RGB
CMYK
RGB Variations
Color information
#77268E (or 0x77268E) is known color: Vivid Violet. HEX triplet: 77, 26 and 8E. RGB value is (119,38,142). Sum of RGB (Red+Green+Blue) = 119+38+142=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #77268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77268E is #88D971. Grayscale: #494949. Windows color (decimal): -8968562 or 9315959. OLE color: 9315959.
HSL color Cylindrical-coordinate representation of color #77268E: hue angle of 286.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77268E is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 38 | 142 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.44 |
| HSL | 286.73º | 0.58% | 0.35% | - |
| HSV(B) | 286.73º | 0.73% | 0.56% | - |
| XYZ | 13.18 | 7.26 | 26.3 | - |
| YUV | 74.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 142 | 0.16 | 0.73 | 0 | 0.44 | 286.73 | 0.58 | 0.35 |
| Hex | 77 | 26 | 8E | 10 | 49 | 0 | 2C | 11F | 3A | 23 |
| Octal | 167 | 46 | 216 | 20 | 111 | 0 | 54 | 437 | 72 | 43 |
| Binary | 1110111 | 100110 | 10001110 | 10000 | 1001001 | 0 | 101100 | 100011111 | 111010 | 100011 |
Color Harmonies of #77268E
Complementary color
Monochromatic Colors of #77268E
Black with #77268E
Text Example
Text Example
White with #77268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77268E; }
p { color: rgb(119,38,142); }
H1.HeaderClassName
{
color: #77268E;
}
.AnyTagClassName
{
color: #77268E;
}
</style>
background-color css
<style>
a { background-color: #77268E; }
a { background-color: rgb(119,38,142); }
div.DivClassName
{
background-color: #77268E;
}
.BgClassName
{
background-color: #77268E;
}
</style>
border-color css
<style>
span { border-color: #77268E; }
span { border-color: rgb(119,38,142); }
td.TdClassName
{
border-color: #77268E;
}
.TagClassName
{
border-color: #77268E;
}
</style>