Shades of Vivid Violet #77269C
Tints of Vivid Violet #77269C
RGB
CMYK
RGB Variations
Color information
#77269C (or 0x77269C) is known color: Vivid Violet. HEX triplet: 77, 26 and 9C. RGB value is (119,38,156). Sum of RGB (Red+Green+Blue) = 119+38+156=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #77269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77269C is #88D963. Grayscale: #4B4B4B. Windows color (decimal): -8968548 or 10233463. OLE color: 10233463.
HSL color Cylindrical-coordinate representation of color #77269C: hue angle of 281.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77269C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 38 | 156 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.39 |
| HSL | 281.19º | 0.61% | 0.38% | - |
| HSV(B) | 281.19º | 0.76% | 0.61% | - |
| XYZ | 14.3 | 7.71 | 32.19 | - |
| YUV | 75.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 156 | 0.24 | 0.76 | 0 | 0.39 | 281.19 | 0.61 | 0.38 |
| Hex | 77 | 26 | 9C | 18 | 4C | 0 | 27 | 119 | 3D | 26 |
| Octal | 167 | 46 | 234 | 30 | 114 | 0 | 47 | 431 | 75 | 46 |
| Binary | 1110111 | 100110 | 10011100 | 11000 | 1001100 | 0 | 100111 | 100011001 | 111101 | 100110 |
Color Harmonies of #77269C
Complementary color
Monochromatic Colors of #77269C
Black with #77269C
Text Example
Text Example
White with #77269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77269C; }
p { color: rgb(119,38,156); }
H1.HeaderClassName
{
color: #77269C;
}
.AnyTagClassName
{
color: #77269C;
}
</style>
background-color css
<style>
a { background-color: #77269C; }
a { background-color: rgb(119,38,156); }
div.DivClassName
{
background-color: #77269C;
}
.BgClassName
{
background-color: #77269C;
}
</style>
border-color css
<style>
span { border-color: #77269C; }
span { border-color: rgb(119,38,156); }
td.TdClassName
{
border-color: #77269C;
}
.TagClassName
{
border-color: #77269C;
}
</style>