Shades of Vivid Violet #762893
Tints of Vivid Violet #762893
RGB
CMYK
RGB Variations
Color information
#762893 (or 0x762893) is known color: Vivid Violet. HEX triplet: 76, 28 and 93. RGB value is (118,40,147). Sum of RGB (Red+Green+Blue) = 118+40+147=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #762893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762893 is #89D76C. Grayscale: #4B4B4B. Windows color (decimal): -9033581 or 9644150. OLE color: 9644150.
HSL color Cylindrical-coordinate representation of color #762893: hue angle of 283.74º 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 #762893 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 40 | 147 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.42 |
| HSL | 283.74º | 0.57% | 0.37% | - |
| HSV(B) | 283.74º | 0.73% | 0.58% | - |
| XYZ | 13.5 | 7.48 | 28.34 | - |
| YUV | 75.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 147 | 0.20 | 0.73 | 0 | 0.42 | 283.74 | 0.57 | 0.37 |
| Hex | 76 | 28 | 93 | 14 | 49 | 0 | 2A | 11C | 39 | 25 |
| Octal | 166 | 50 | 223 | 24 | 111 | 0 | 52 | 434 | 71 | 45 |
| Binary | 1110110 | 101000 | 10010011 | 10100 | 1001001 | 0 | 101010 | 100011100 | 111001 | 100101 |
Color Harmonies of #762893
Complementary color
Monochromatic Colors of #762893
Black with #762893
Text Example
Text Example
White with #762893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762893; }
p { color: rgb(118,40,147); }
H1.HeaderClassName
{
color: #762893;
}
.AnyTagClassName
{
color: #762893;
}
</style>
background-color css
<style>
a { background-color: #762893; }
a { background-color: rgb(118,40,147); }
div.DivClassName
{
background-color: #762893;
}
.BgClassName
{
background-color: #762893;
}
</style>
border-color css
<style>
span { border-color: #762893; }
span { border-color: rgb(118,40,147); }
td.TdClassName
{
border-color: #762893;
}
.TagClassName
{
border-color: #762893;
}
</style>