Shades of Vivid Violet #7F4192
Tints of Vivid Violet #7F4192
RGB
CMYK
RGB Variations
Color information
#7F4192 (or 0x7F4192) is known color: Vivid Violet. HEX triplet: 7F, 41 and 92. RGB value is (127,65,146). Sum of RGB (Red+Green+Blue) = 127+65+146=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4192 is #80BE6D. Grayscale: #5C5C5C. Windows color (decimal): -8437358 or 9585023. OLE color: 9585023.
HSL color Cylindrical-coordinate representation of color #7F4192: hue angle of 285.93º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4192 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 65 | 146 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.43 |
| HSL | 285.93º | 0.38% | 0.41% | - |
| HSV(B) | 285.93º | 0.55% | 0.57% | - |
| XYZ | 15.83 | 10.37 | 28.36 | - |
| YUV | 92.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 146 | 0.13 | 0.55 | 0 | 0.43 | 285.93 | 0.38 | 0.41 |
| Hex | 7F | 41 | 92 | D | 37 | 0 | 2B | 11E | 26 | 29 |
| Octal | 177 | 101 | 222 | 15 | 67 | 0 | 53 | 436 | 46 | 51 |
| Binary | 1111111 | 1000001 | 10010010 | 1101 | 110111 | 0 | 101011 | 100011110 | 100110 | 101001 |
Color Harmonies of #7F4192
Complementary color
Monochromatic Colors of #7F4192
Black with #7F4192
Text Example
Text Example
White with #7F4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4192; }
p { color: rgb(127,65,146); }
H1.HeaderClassName
{
color: #7F4192;
}
.AnyTagClassName
{
color: #7F4192;
}
</style>
background-color css
<style>
a { background-color: #7F4192; }
a { background-color: rgb(127,65,146); }
div.DivClassName
{
background-color: #7F4192;
}
.BgClassName
{
background-color: #7F4192;
}
</style>
border-color css
<style>
span { border-color: #7F4192; }
span { border-color: rgb(127,65,146); }
td.TdClassName
{
border-color: #7F4192;
}
.TagClassName
{
border-color: #7F4192;
}
</style>