Shades of Vivid Violet #77259B
Tints of Vivid Violet #77259B
RGB
CMYK
RGB Variations
Color information
#77259B (or 0x77259B) is known color: Vivid Violet. HEX triplet: 77, 25 and 9B. RGB value is (119,37,155). Sum of RGB (Red+Green+Blue) = 119+37+155=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #77259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77259B is #88DA64. Grayscale: #4A4A4A. Windows color (decimal): -8968805 or 10167671. OLE color: 10167671.
HSL color Cylindrical-coordinate representation of color #77259B: hue angle of 281.69º 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 #77259B is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 37 | 155 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.39 |
| HSL | 281.69º | 0.61% | 0.38% | - |
| HSV(B) | 281.69º | 0.76% | 0.61% | - |
| XYZ | 14.19 | 7.61 | 31.73 | - |
| YUV | 74.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 155 | 0.23 | 0.76 | 0 | 0.39 | 281.69 | 0.61 | 0.38 |
| Hex | 77 | 25 | 9B | 17 | 4C | 0 | 27 | 11A | 3D | 26 |
| Octal | 167 | 45 | 233 | 27 | 114 | 0 | 47 | 432 | 75 | 46 |
| Binary | 1110111 | 100101 | 10011011 | 10111 | 1001100 | 0 | 100111 | 100011010 | 111101 | 100110 |
Color Harmonies of #77259B
Complementary color
Monochromatic Colors of #77259B
Black with #77259B
Text Example
Text Example
White with #77259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77259B; }
p { color: rgb(119,37,155); }
H1.HeaderClassName
{
color: #77259B;
}
.AnyTagClassName
{
color: #77259B;
}
</style>
background-color css
<style>
a { background-color: #77259B; }
a { background-color: rgb(119,37,155); }
div.DivClassName
{
background-color: #77259B;
}
.BgClassName
{
background-color: #77259B;
}
</style>
border-color css
<style>
span { border-color: #77259B; }
span { border-color: rgb(119,37,155); }
td.TdClassName
{
border-color: #77259B;
}
.TagClassName
{
border-color: #77259B;
}
</style>