Shades of Vivid Violet #7F2490
Tints of Vivid Violet #7F2490
RGB
CMYK
RGB Variations
Color information
#7F2490 (or 0x7F2490) is known color: Vivid Violet. HEX triplet: 7F, 24 and 90. RGB value is (127,36,144). Sum of RGB (Red+Green+Blue) = 127+36+144=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F2490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2490 is #80DB6F. Grayscale: #4B4B4B. Windows color (decimal): -8444784 or 9446527. OLE color: 9446527.
HSL color Cylindrical-coordinate representation of color #7F2490: hue angle of 290.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 #7F2490 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 36 | 144 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.44 |
| HSL | 290.56º | 0.6% | 0.35% | - |
| HSV(B) | 290.56º | 0.75% | 0.56% | - |
| XYZ | 14.42 | 7.79 | 27.13 | - |
| YUV | 75.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 144 | 0.12 | 0.75 | 0 | 0.44 | 290.56 | 0.6 | 0.35 |
| Hex | 7F | 24 | 90 | C | 4B | 0 | 2C | 123 | 3C | 23 |
| Octal | 177 | 44 | 220 | 14 | 113 | 0 | 54 | 443 | 74 | 43 |
| Binary | 1111111 | 100100 | 10010000 | 1100 | 1001011 | 0 | 101100 | 100100011 | 111100 | 100011 |
Color Harmonies of #7F2490
Complementary color
Monochromatic Colors of #7F2490
Black with #7F2490
Text Example
Text Example
White with #7F2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2490; }
p { color: rgb(127,36,144); }
H1.HeaderClassName
{
color: #7F2490;
}
.AnyTagClassName
{
color: #7F2490;
}
</style>
background-color css
<style>
a { background-color: #7F2490; }
a { background-color: rgb(127,36,144); }
div.DivClassName
{
background-color: #7F2490;
}
.BgClassName
{
background-color: #7F2490;
}
</style>
border-color css
<style>
span { border-color: #7F2490; }
span { border-color: rgb(127,36,144); }
td.TdClassName
{
border-color: #7F2490;
}
.TagClassName
{
border-color: #7F2490;
}
</style>