Shades of Vivid Violet #77269A
Tints of Vivid Violet #77269A
RGB
CMYK
RGB Variations
Color information
#77269A (or 0x77269A) is known color: Vivid Violet. HEX triplet: 77, 26 and 9A. RGB value is (119,38,154). Sum of RGB (Red+Green+Blue) = 119+38+154=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #77269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77269A is #88D965. Grayscale: #4B4B4B. Windows color (decimal): -8968550 or 10102391. OLE color: 10102391.
HSL color Cylindrical-coordinate representation of color #77269A: hue angle of 281.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77269A is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 38 | 154 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.40 |
| HSL | 281.9º | 0.6% | 0.38% | - |
| HSV(B) | 281.9º | 0.75% | 0.6% | - |
| XYZ | 14.13 | 7.64 | 31.3 | - |
| YUV | 75.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 154 | 0.23 | 0.75 | 0 | 0.40 | 281.9 | 0.6 | 0.38 |
| Hex | 77 | 26 | 9A | 17 | 4B | 0 | 28 | 11A | 3C | 26 |
| Octal | 167 | 46 | 232 | 27 | 113 | 0 | 50 | 432 | 74 | 46 |
| Binary | 1110111 | 100110 | 10011010 | 10111 | 1001011 | 0 | 101000 | 100011010 | 111100 | 100110 |
Color Harmonies of #77269A
Complementary color
Monochromatic Colors of #77269A
Black with #77269A
Text Example
Text Example
White with #77269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77269A; }
p { color: rgb(119,38,154); }
H1.HeaderClassName
{
color: #77269A;
}
.AnyTagClassName
{
color: #77269A;
}
</style>
background-color css
<style>
a { background-color: #77269A; }
a { background-color: rgb(119,38,154); }
div.DivClassName
{
background-color: #77269A;
}
.BgClassName
{
background-color: #77269A;
}
</style>
border-color css
<style>
span { border-color: #77269A; }
span { border-color: rgb(119,38,154); }
td.TdClassName
{
border-color: #77269A;
}
.TagClassName
{
border-color: #77269A;
}
</style>