Shades of Vivid Violet #7F1BAE
Tints of Vivid Violet #7F1BAE
RGB
CMYK
RGB Variations
Color information
#7F1BAE (or 0x7F1BAE) is known color: Vivid Violet. HEX triplet: 7F, 1B and AE. RGB value is (127,27,174). Sum of RGB (Red+Green+Blue) = 127+27+174=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1BAE is #80E451. Grayscale: #494949. Windows color (decimal): -8447058 or 11410303. OLE color: 11410303.
HSL color Cylindrical-coordinate representation of color #7F1BAE: hue angle of 280.82º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1BAE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 27 | 174 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.32 |
| HSL | 280.82º | 0.73% | 0.39% | - |
| HSV(B) | 280.82º | 0.84% | 0.68% | - |
| XYZ | 16.78 | 8.35 | 40.77 | - |
| YUV | 73.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 27 | 174 | 0.27 | 0.84 | 0 | 0.32 | 280.82 | 0.73 | 0.39 |
| Hex | 7F | 1B | AE | 1B | 54 | 0 | 20 | 119 | 49 | 27 |
| Octal | 177 | 33 | 256 | 33 | 124 | 0 | 40 | 431 | 111 | 47 |
| Binary | 1111111 | 11011 | 10101110 | 11011 | 1010100 | 0 | 100000 | 100011001 | 1001001 | 100111 |
Color Harmonies of #7F1BAE
Complementary color
Monochromatic Colors of #7F1BAE
Black with #7F1BAE
Text Example
Text Example
White with #7F1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1BAE; }
p { color: rgb(127,27,174); }
H1.HeaderClassName
{
color: #7F1BAE;
}
.AnyTagClassName
{
color: #7F1BAE;
}
</style>
background-color css
<style>
a { background-color: #7F1BAE; }
a { background-color: rgb(127,27,174); }
div.DivClassName
{
background-color: #7F1BAE;
}
.BgClassName
{
background-color: #7F1BAE;
}
</style>
border-color css
<style>
span { border-color: #7F1BAE; }
span { border-color: rgb(127,27,174); }
td.TdClassName
{
border-color: #7F1BAE;
}
.TagClassName
{
border-color: #7F1BAE;
}
</style>