Shades of Vivid Violet #76259B
Tints of Vivid Violet #76259B
RGB
CMYK
RGB Variations
Color information
#76259B (or 0x76259B) is known color: Vivid Violet. HEX triplet: 76, 25 and 9B. RGB value is (118,37,155). Sum of RGB (Red+Green+Blue) = 118+37+155=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #76259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76259B is #89DA64. Grayscale: #4A4A4A. Windows color (decimal): -9034341 or 10167670. OLE color: 10167670.
HSL color Cylindrical-coordinate representation of color #76259B: 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 #76259B is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 37 | 155 | - |
| 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.05 | 7.54 | 31.73 | - |
| YUV | 74.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 155 | 0.24 | 0.76 | 0 | 0.39 | 281.19 | 0.61 | 0.38 |
| Hex | 76 | 25 | 9B | 18 | 4C | 0 | 27 | 119 | 3D | 26 |
| Octal | 166 | 45 | 233 | 30 | 114 | 0 | 47 | 431 | 75 | 46 |
| Binary | 1110110 | 100101 | 10011011 | 11000 | 1001100 | 0 | 100111 | 100011001 | 111101 | 100110 |
Color Harmonies of #76259B
Complementary color
Monochromatic Colors of #76259B
Black with #76259B
Text Example
Text Example
White with #76259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76259B; }
p { color: rgb(118,37,155); }
H1.HeaderClassName
{
color: #76259B;
}
.AnyTagClassName
{
color: #76259B;
}
</style>
background-color css
<style>
a { background-color: #76259B; }
a { background-color: rgb(118,37,155); }
div.DivClassName
{
background-color: #76259B;
}
.BgClassName
{
background-color: #76259B;
}
</style>
border-color css
<style>
span { border-color: #76259B; }
span { border-color: rgb(118,37,155); }
td.TdClassName
{
border-color: #76259B;
}
.TagClassName
{
border-color: #76259B;
}
</style>