Shades of Vivid Violet #76219D
Tints of Vivid Violet #76219D
RGB
CMYK
RGB Variations
Color information
#76219D (or 0x76219D) is known color: Vivid Violet. HEX triplet: 76, 21 and 9D. RGB value is (118,33,157). Sum of RGB (Red+Green+Blue) = 118+33+157=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #76219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76219D is #89DE62. Grayscale: #484848. Windows color (decimal): -9035363 or 10297718. OLE color: 10297718.
HSL color Cylindrical-coordinate representation of color #76219D: hue angle of 281.13º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76219D is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 33 | 157 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.38 |
| HSL | 281.13º | 0.65% | 0.37% | - |
| HSV(B) | 281.13º | 0.79% | 0.62% | - |
| XYZ | 14.1 | 7.37 | 32.58 | - |
| YUV | 72.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 157 | 0.25 | 0.79 | 0 | 0.38 | 281.13 | 0.65 | 0.37 |
| Hex | 76 | 21 | 9D | 19 | 4F | 0 | 26 | 119 | 41 | 25 |
| Octal | 166 | 41 | 235 | 31 | 117 | 0 | 46 | 431 | 101 | 45 |
| Binary | 1110110 | 100001 | 10011101 | 11001 | 1001111 | 0 | 100110 | 100011001 | 1000001 | 100101 |
Color Harmonies of #76219D
Complementary color
Monochromatic Colors of #76219D
Black with #76219D
Text Example
Text Example
White with #76219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76219D; }
p { color: rgb(118,33,157); }
H1.HeaderClassName
{
color: #76219D;
}
.AnyTagClassName
{
color: #76219D;
}
</style>
background-color css
<style>
a { background-color: #76219D; }
a { background-color: rgb(118,33,157); }
div.DivClassName
{
background-color: #76219D;
}
.BgClassName
{
background-color: #76219D;
}
</style>
border-color css
<style>
span { border-color: #76219D; }
span { border-color: rgb(118,33,157); }
td.TdClassName
{
border-color: #76219D;
}
.TagClassName
{
border-color: #76219D;
}
</style>