Shades of Vivid Violet #76198B
Tints of Vivid Violet #76198B
RGB
CMYK
RGB Variations
Color information
#76198B (or 0x76198B) is known color: Vivid Violet. HEX triplet: 76, 19 and 8B. RGB value is (118,25,139). Sum of RGB (Red+Green+Blue) = 118+25+139=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #76198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76198B is #89E674. Grayscale: #414141. Windows color (decimal): -9037429 or 9116022. OLE color: 9116022.
HSL color Cylindrical-coordinate representation of color #76198B: hue angle of 288.95º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76198B is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 25 | 139 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.45 |
| HSL | 288.95º | 0.7% | 0.32% | - |
| HSV(B) | 288.95º | 0.82% | 0.55% | - |
| XYZ | 12.48 | 6.41 | 25.01 | - |
| YUV | 65.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 139 | 0.15 | 0.82 | 0 | 0.45 | 288.95 | 0.7 | 0.32 |
| Hex | 76 | 19 | 8B | F | 52 | 0 | 2D | 121 | 46 | 20 |
| Octal | 166 | 31 | 213 | 17 | 122 | 0 | 55 | 441 | 106 | 40 |
| Binary | 1110110 | 11001 | 10001011 | 1111 | 1010010 | 0 | 101101 | 100100001 | 1000110 | 100000 |
Color Harmonies of #76198B
Complementary color
Monochromatic Colors of #76198B
Black with #76198B
Text Example
Text Example
White with #76198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76198B; }
p { color: rgb(118,25,139); }
H1.HeaderClassName
{
color: #76198B;
}
.AnyTagClassName
{
color: #76198B;
}
</style>
background-color css
<style>
a { background-color: #76198B; }
a { background-color: rgb(118,25,139); }
div.DivClassName
{
background-color: #76198B;
}
.BgClassName
{
background-color: #76198B;
}
</style>
border-color css
<style>
span { border-color: #76198B; }
span { border-color: rgb(118,25,139); }
td.TdClassName
{
border-color: #76198B;
}
.TagClassName
{
border-color: #76198B;
}
</style>