Shades of Vivid Violet #7F20A3
Tints of Vivid Violet #7F20A3
RGB
CMYK
RGB Variations
Color information
#7F20A3 (or 0x7F20A3) is known color: Vivid Violet. HEX triplet: 7F, 20 and A3. RGB value is (127,32,163). Sum of RGB (Red+Green+Blue) = 127+32+163=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F20A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F20A3 is #80DF5C. Grayscale: #4A4A4A. Windows color (decimal): -8445789 or 10690687. OLE color: 10690687.
HSL color Cylindrical-coordinate representation of color #7F20A3: hue angle of 283.51º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F20A3 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 32 | 163 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.36 |
| HSL | 283.51º | 0.67% | 0.38% | - |
| HSV(B) | 283.51º | 0.8% | 0.64% | - |
| XYZ | 15.88 | 8.19 | 35.39 | - |
| YUV | 75.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 163 | 0.22 | 0.80 | 0 | 0.36 | 283.51 | 0.67 | 0.38 |
| Hex | 7F | 20 | A3 | 16 | 50 | 0 | 24 | 11C | 43 | 26 |
| Octal | 177 | 40 | 243 | 26 | 120 | 0 | 44 | 434 | 103 | 46 |
| Binary | 1111111 | 100000 | 10100011 | 10110 | 1010000 | 0 | 100100 | 100011100 | 1000011 | 100110 |
Color Harmonies of #7F20A3
Complementary color
Monochromatic Colors of #7F20A3
Black with #7F20A3
Text Example
Text Example
White with #7F20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F20A3; }
p { color: rgb(127,32,163); }
H1.HeaderClassName
{
color: #7F20A3;
}
.AnyTagClassName
{
color: #7F20A3;
}
</style>
background-color css
<style>
a { background-color: #7F20A3; }
a { background-color: rgb(127,32,163); }
div.DivClassName
{
background-color: #7F20A3;
}
.BgClassName
{
background-color: #7F20A3;
}
</style>
border-color css
<style>
span { border-color: #7F20A3; }
span { border-color: rgb(127,32,163); }
td.TdClassName
{
border-color: #7F20A3;
}
.TagClassName
{
border-color: #7F20A3;
}
</style>