Shades of Vivid Violet #7F2092
Tints of Vivid Violet #7F2092
RGB
CMYK
RGB Variations
Color information
#7F2092 (or 0x7F2092) is known color: Vivid Violet. HEX triplet: 7F, 20 and 92. RGB value is (127,32,146). Sum of RGB (Red+Green+Blue) = 127+32+146=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2092 is #80DF6D. Grayscale: #494949. Windows color (decimal): -8445806 or 9576575. OLE color: 9576575.
HSL color Cylindrical-coordinate representation of color #7F2092: hue angle of 290º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F2092 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 32 | 146 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.43 |
| HSL | 290º | 0.64% | 0.35% | - |
| HSV(B) | 290º | 0.78% | 0.57% | - |
| XYZ | 14.46 | 7.62 | 27.9 | - |
| YUV | 73.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 146 | 0.13 | 0.78 | 0 | 0.43 | 290 | 0.64 | 0.35 |
| Hex | 7F | 20 | 92 | D | 4E | 0 | 2B | 122 | 40 | 23 |
| Octal | 177 | 40 | 222 | 15 | 116 | 0 | 53 | 442 | 100 | 43 |
| Binary | 1111111 | 100000 | 10010010 | 1101 | 1001110 | 0 | 101011 | 100100010 | 1000000 | 100011 |
Color Harmonies of #7F2092
Complementary color
Monochromatic Colors of #7F2092
Black with #7F2092
Text Example
Text Example
White with #7F2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2092; }
p { color: rgb(127,32,146); }
H1.HeaderClassName
{
color: #7F2092;
}
.AnyTagClassName
{
color: #7F2092;
}
</style>
background-color css
<style>
a { background-color: #7F2092; }
a { background-color: rgb(127,32,146); }
div.DivClassName
{
background-color: #7F2092;
}
.BgClassName
{
background-color: #7F2092;
}
</style>
border-color css
<style>
span { border-color: #7F2092; }
span { border-color: rgb(127,32,146); }
td.TdClassName
{
border-color: #7F2092;
}
.TagClassName
{
border-color: #7F2092;
}
</style>