Shades of Vivid Violet #762490
Tints of Vivid Violet #762490
RGB
CMYK
RGB Variations
Color information
#762490 (or 0x762490) is known color: Vivid Violet. HEX triplet: 76, 24 and 90. RGB value is (118,36,144). Sum of RGB (Red+Green+Blue) = 118+36+144=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #762490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762490 is #89DB6F. Grayscale: #484848. Windows color (decimal): -9034608 or 9446518. OLE color: 9446518.
HSL color Cylindrical-coordinate representation of color #762490: hue angle of 285.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762490 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 36 | 144 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.44 |
| HSL | 285.56º | 0.6% | 0.35% | - |
| HSV(B) | 285.56º | 0.75% | 0.56% | - |
| XYZ | 13.14 | 7.13 | 27.07 | - |
| YUV | 72.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 144 | 0.18 | 0.75 | 0 | 0.44 | 285.56 | 0.6 | 0.35 |
| Hex | 76 | 24 | 90 | 12 | 4B | 0 | 2C | 11E | 3C | 23 |
| Octal | 166 | 44 | 220 | 22 | 113 | 0 | 54 | 436 | 74 | 43 |
| Binary | 1110110 | 100100 | 10010000 | 10010 | 1001011 | 0 | 101100 | 100011110 | 111100 | 100011 |
Color Harmonies of #762490
Complementary color
Monochromatic Colors of #762490
Black with #762490
Text Example
Text Example
White with #762490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762490; }
p { color: rgb(118,36,144); }
H1.HeaderClassName
{
color: #762490;
}
.AnyTagClassName
{
color: #762490;
}
</style>
background-color css
<style>
a { background-color: #762490; }
a { background-color: rgb(118,36,144); }
div.DivClassName
{
background-color: #762490;
}
.BgClassName
{
background-color: #762490;
}
</style>
border-color css
<style>
span { border-color: #762490; }
span { border-color: rgb(118,36,144); }
td.TdClassName
{
border-color: #762490;
}
.TagClassName
{
border-color: #762490;
}
</style>