Shades of Vivid Violet #7F2A90
Tints of Vivid Violet #7F2A90
RGB
CMYK
RGB Variations
Color information
#7F2A90 (or 0x7F2A90) is known color: Vivid Violet. HEX triplet: 7F, 2A and 90. RGB value is (127,42,144). Sum of RGB (Red+Green+Blue) = 127+42+144=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2A90 is #80D56F. Grayscale: #4E4E4E. Windows color (decimal): -8443248 or 9448063. OLE color: 9448063.
HSL color Cylindrical-coordinate representation of color #7F2A90: hue angle of 290º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2A90 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 42 | 144 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.44 |
| HSL | 290º | 0.55% | 0.36% | - |
| HSV(B) | 290º | 0.71% | 0.56% | - |
| XYZ | 14.61 | 8.18 | 27.19 | - |
| YUV | 79.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 144 | 0.12 | 0.71 | 0 | 0.44 | 290 | 0.55 | 0.36 |
| Hex | 7F | 2A | 90 | C | 47 | 0 | 2C | 122 | 37 | 24 |
| Octal | 177 | 52 | 220 | 14 | 107 | 0 | 54 | 442 | 67 | 44 |
| Binary | 1111111 | 101010 | 10010000 | 1100 | 1000111 | 0 | 101100 | 100100010 | 110111 | 100100 |
Color Harmonies of #7F2A90
Complementary color
Monochromatic Colors of #7F2A90
Black with #7F2A90
Text Example
Text Example
White with #7F2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A90; }
p { color: rgb(127,42,144); }
H1.HeaderClassName
{
color: #7F2A90;
}
.AnyTagClassName
{
color: #7F2A90;
}
</style>
background-color css
<style>
a { background-color: #7F2A90; }
a { background-color: rgb(127,42,144); }
div.DivClassName
{
background-color: #7F2A90;
}
.BgClassName
{
background-color: #7F2A90;
}
</style>
border-color css
<style>
span { border-color: #7F2A90; }
span { border-color: rgb(127,42,144); }
td.TdClassName
{
border-color: #7F2A90;
}
.TagClassName
{
border-color: #7F2A90;
}
</style>