Shades of Vivid Violet #762194
Tints of Vivid Violet #762194
RGB
CMYK
RGB Variations
Color information
#762194 (or 0x762194) is known color: Vivid Violet. HEX triplet: 76, 21 and 94. RGB value is (118,33,148). Sum of RGB (Red+Green+Blue) = 118+33+148=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #762194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762194 is #89DE6B. Grayscale: #474747. Windows color (decimal): -9035372 or 9707894. OLE color: 9707894.
HSL color Cylindrical-coordinate representation of color #762194: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762194 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 33 | 148 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.42 |
| HSL | 284.35º | 0.64% | 0.35% | - |
| HSV(B) | 284.35º | 0.78% | 0.58% | - |
| XYZ | 13.36 | 7.08 | 28.68 | - |
| YUV | 71.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 148 | 0.20 | 0.78 | 0 | 0.42 | 284.35 | 0.64 | 0.35 |
| Hex | 76 | 21 | 94 | 14 | 4E | 0 | 2A | 11C | 40 | 23 |
| Octal | 166 | 41 | 224 | 24 | 116 | 0 | 52 | 434 | 100 | 43 |
| Binary | 1110110 | 100001 | 10010100 | 10100 | 1001110 | 0 | 101010 | 100011100 | 1000000 | 100011 |
Color Harmonies of #762194
Complementary color
Monochromatic Colors of #762194
Black with #762194
Text Example
Text Example
White with #762194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762194; }
p { color: rgb(118,33,148); }
H1.HeaderClassName
{
color: #762194;
}
.AnyTagClassName
{
color: #762194;
}
</style>
background-color css
<style>
a { background-color: #762194; }
a { background-color: rgb(118,33,148); }
div.DivClassName
{
background-color: #762194;
}
.BgClassName
{
background-color: #762194;
}
</style>
border-color css
<style>
span { border-color: #762194; }
span { border-color: rgb(118,33,148); }
td.TdClassName
{
border-color: #762194;
}
.TagClassName
{
border-color: #762194;
}
</style>