Shades of Vivid Violet #7F1BA3
Tints of Vivid Violet #7F1BA3
RGB
CMYK
RGB Variations
Color information
#7F1BA3 (or 0x7F1BA3) is known color: Vivid Violet. HEX triplet: 7F, 1B and A3. RGB value is (127,27,163). Sum of RGB (Red+Green+Blue) = 127+27+163=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F1BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1BA3 is #80E45C. Grayscale: #474747. Windows color (decimal): -8447069 or 10689407. OLE color: 10689407.
HSL color Cylindrical-coordinate representation of color #7F1BA3: hue angle of 284.12º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1BA3 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 27 | 163 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.36 |
| HSL | 284.12º | 0.72% | 0.37% | - |
| HSV(B) | 284.12º | 0.83% | 0.64% | - |
| XYZ | 15.76 | 7.94 | 35.35 | - |
| YUV | 72.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 27 | 163 | 0.22 | 0.83 | 0 | 0.36 | 284.12 | 0.72 | 0.37 |
| Hex | 7F | 1B | A3 | 16 | 53 | 0 | 24 | 11C | 48 | 25 |
| Octal | 177 | 33 | 243 | 26 | 123 | 0 | 44 | 434 | 110 | 45 |
| Binary | 1111111 | 11011 | 10100011 | 10110 | 1010011 | 0 | 100100 | 100011100 | 1001000 | 100101 |
Color Harmonies of #7F1BA3
Complementary color
Monochromatic Colors of #7F1BA3
Black with #7F1BA3
Text Example
Text Example
White with #7F1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1BA3; }
p { color: rgb(127,27,163); }
H1.HeaderClassName
{
color: #7F1BA3;
}
.AnyTagClassName
{
color: #7F1BA3;
}
</style>
background-color css
<style>
a { background-color: #7F1BA3; }
a { background-color: rgb(127,27,163); }
div.DivClassName
{
background-color: #7F1BA3;
}
.BgClassName
{
background-color: #7F1BA3;
}
</style>
border-color css
<style>
span { border-color: #7F1BA3; }
span { border-color: rgb(127,27,163); }
td.TdClassName
{
border-color: #7F1BA3;
}
.TagClassName
{
border-color: #7F1BA3;
}
</style>