Shades of Vivid Violet #762894
Tints of Vivid Violet #762894
RGB
CMYK
RGB Variations
Color information
#762894 (or 0x762894) is known color: Vivid Violet. HEX triplet: 76, 28 and 94. RGB value is (118,40,148). Sum of RGB (Red+Green+Blue) = 118+40+148=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #762894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762894 is #89D76B. Grayscale: #4B4B4B. Windows color (decimal): -9033580 or 9709686. OLE color: 9709686.
HSL color Cylindrical-coordinate representation of color #762894: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762894 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 40 | 148 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.42 |
| HSL | 283.33º | 0.57% | 0.37% | - |
| HSV(B) | 283.33º | 0.73% | 0.58% | - |
| XYZ | 13.58 | 7.51 | 28.75 | - |
| YUV | 75.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 148 | 0.20 | 0.73 | 0 | 0.42 | 283.33 | 0.57 | 0.37 |
| Hex | 76 | 28 | 94 | 14 | 49 | 0 | 2A | 11B | 39 | 25 |
| Octal | 166 | 50 | 224 | 24 | 111 | 0 | 52 | 433 | 71 | 45 |
| Binary | 1110110 | 101000 | 10010100 | 10100 | 1001001 | 0 | 101010 | 100011011 | 111001 | 100101 |
Color Harmonies of #762894
Complementary color
Monochromatic Colors of #762894
Black with #762894
Text Example
Text Example
White with #762894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762894; }
p { color: rgb(118,40,148); }
H1.HeaderClassName
{
color: #762894;
}
.AnyTagClassName
{
color: #762894;
}
</style>
background-color css
<style>
a { background-color: #762894; }
a { background-color: rgb(118,40,148); }
div.DivClassName
{
background-color: #762894;
}
.BgClassName
{
background-color: #762894;
}
</style>
border-color css
<style>
span { border-color: #762894; }
span { border-color: rgb(118,40,148); }
td.TdClassName
{
border-color: #762894;
}
.TagClassName
{
border-color: #762894;
}
</style>