Shades of Vivid Violet #7F1990
Tints of Vivid Violet #7F1990
RGB
CMYK
RGB Variations
Color information
#7F1990 (or 0x7F1990) is known color: Vivid Violet. HEX triplet: 7F, 19 and 90. RGB value is (127,25,144). Sum of RGB (Red+Green+Blue) = 127+25+144=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1990 is #80E66F. Grayscale: #444444. Windows color (decimal): -8447600 or 9443711. OLE color: 9443711.
HSL color Cylindrical-coordinate representation of color #7F1990: hue angle of 291.43º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1990 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 25 | 144 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.44 |
| HSL | 291.43º | 0.7% | 0.33% | - |
| HSV(B) | 291.43º | 0.83% | 0.56% | - |
| XYZ | 14.13 | 7.22 | 27.03 | - |
| YUV | 69.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 144 | 0.12 | 0.83 | 0 | 0.44 | 291.43 | 0.7 | 0.33 |
| Hex | 7F | 19 | 90 | C | 53 | 0 | 2C | 123 | 46 | 21 |
| Octal | 177 | 31 | 220 | 14 | 123 | 0 | 54 | 443 | 106 | 41 |
| Binary | 1111111 | 11001 | 10010000 | 1100 | 1010011 | 0 | 101100 | 100100011 | 1000110 | 100001 |
Color Harmonies of #7F1990
Complementary color
Monochromatic Colors of #7F1990
Black with #7F1990
Text Example
Text Example
White with #7F1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1990; }
p { color: rgb(127,25,144); }
H1.HeaderClassName
{
color: #7F1990;
}
.AnyTagClassName
{
color: #7F1990;
}
</style>
background-color css
<style>
a { background-color: #7F1990; }
a { background-color: rgb(127,25,144); }
div.DivClassName
{
background-color: #7F1990;
}
.BgClassName
{
background-color: #7F1990;
}
</style>
border-color css
<style>
span { border-color: #7F1990; }
span { border-color: rgb(127,25,144); }
td.TdClassName
{
border-color: #7F1990;
}
.TagClassName
{
border-color: #7F1990;
}
</style>