Shades of Vivid Violet #7F2190
Tints of Vivid Violet #7F2190
RGB
CMYK
RGB Variations
Color information
#7F2190 (or 0x7F2190) is known color: Vivid Violet. HEX triplet: 7F, 21 and 90. RGB value is (127,33,144). Sum of RGB (Red+Green+Blue) = 127+33+144=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F2190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2190 is #80DE6F. Grayscale: #494949. Windows color (decimal): -8445552 or 9445759. OLE color: 9445759.
HSL color Cylindrical-coordinate representation of color #7F2190: hue angle of 290.81º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F2190 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 33 | 144 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.44 |
| HSL | 290.81º | 0.63% | 0.35% | - |
| HSV(B) | 290.81º | 0.77% | 0.56% | - |
| XYZ | 14.33 | 7.61 | 27.1 | - |
| YUV | 73.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 144 | 0.12 | 0.77 | 0 | 0.44 | 290.81 | 0.63 | 0.35 |
| Hex | 7F | 21 | 90 | C | 4D | 0 | 2C | 123 | 3F | 23 |
| Octal | 177 | 41 | 220 | 14 | 115 | 0 | 54 | 443 | 77 | 43 |
| Binary | 1111111 | 100001 | 10010000 | 1100 | 1001101 | 0 | 101100 | 100100011 | 111111 | 100011 |
Color Harmonies of #7F2190
Complementary color
Monochromatic Colors of #7F2190
Black with #7F2190
Text Example
Text Example
White with #7F2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2190; }
p { color: rgb(127,33,144); }
H1.HeaderClassName
{
color: #7F2190;
}
.AnyTagClassName
{
color: #7F2190;
}
</style>
background-color css
<style>
a { background-color: #7F2190; }
a { background-color: rgb(127,33,144); }
div.DivClassName
{
background-color: #7F2190;
}
.BgClassName
{
background-color: #7F2190;
}
</style>
border-color css
<style>
span { border-color: #7F2190; }
span { border-color: rgb(127,33,144); }
td.TdClassName
{
border-color: #7F2190;
}
.TagClassName
{
border-color: #7F2190;
}
</style>