Shades of Vivid Violet #7F4292
Tints of Vivid Violet #7F4292
RGB
CMYK
RGB Variations
Color information
#7F4292 (or 0x7F4292) is known color: Vivid Violet. HEX triplet: 7F, 42 and 92. RGB value is (127,66,146). Sum of RGB (Red+Green+Blue) = 127+66+146=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4292 is #80BD6D. Grayscale: #5D5D5D. Windows color (decimal): -8437102 or 9585279. OLE color: 9585279.
HSL color Cylindrical-coordinate representation of color #7F4292: hue angle of 285.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4292 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 66 | 146 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.43 |
| HSL | 285.75º | 0.38% | 0.42% | - |
| HSV(B) | 285.75º | 0.55% | 0.57% | - |
| XYZ | 15.89 | 10.48 | 28.38 | - |
| YUV | 93.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 146 | 0.13 | 0.55 | 0 | 0.43 | 285.75 | 0.38 | 0.42 |
| Hex | 7F | 42 | 92 | D | 37 | 0 | 2B | 11E | 26 | 2A |
| Octal | 177 | 102 | 222 | 15 | 67 | 0 | 53 | 436 | 46 | 52 |
| Binary | 1111111 | 1000010 | 10010010 | 1101 | 110111 | 0 | 101011 | 100011110 | 100110 | 101010 |
Color Harmonies of #7F4292
Complementary color
Monochromatic Colors of #7F4292
Black with #7F4292
Text Example
Text Example
White with #7F4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4292; }
p { color: rgb(127,66,146); }
H1.HeaderClassName
{
color: #7F4292;
}
.AnyTagClassName
{
color: #7F4292;
}
</style>
background-color css
<style>
a { background-color: #7F4292; }
a { background-color: rgb(127,66,146); }
div.DivClassName
{
background-color: #7F4292;
}
.BgClassName
{
background-color: #7F4292;
}
</style>
border-color css
<style>
span { border-color: #7F4292; }
span { border-color: rgb(127,66,146); }
td.TdClassName
{
border-color: #7F4292;
}
.TagClassName
{
border-color: #7F4292;
}
</style>