Shades of Vivid Violet #7F1AAD
Tints of Vivid Violet #7F1AAD
RGB
CMYK
RGB Variations
Color information
#7F1AAD (or 0x7F1AAD) is known color: Vivid Violet. HEX triplet: 7F, 1A and AD. RGB value is (127,26,173). Sum of RGB (Red+Green+Blue) = 127+26+173=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F1AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1AAD is #80E552. Grayscale: #484848. Windows color (decimal): -8447315 or 11344511. OLE color: 11344511.
HSL color Cylindrical-coordinate representation of color #7F1AAD: hue angle of 281.22º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1AAD is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 26 | 173 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.32 |
| HSL | 281.22º | 0.74% | 0.39% | - |
| HSV(B) | 281.22º | 0.85% | 0.68% | - |
| XYZ | 16.66 | 8.27 | 40.25 | - |
| YUV | 72.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 173 | 0.27 | 0.85 | 0 | 0.32 | 281.22 | 0.74 | 0.39 |
| Hex | 7F | 1A | AD | 1B | 55 | 0 | 20 | 119 | 4A | 27 |
| Octal | 177 | 32 | 255 | 33 | 125 | 0 | 40 | 431 | 112 | 47 |
| Binary | 1111111 | 11010 | 10101101 | 11011 | 1010101 | 0 | 100000 | 100011001 | 1001010 | 100111 |
Color Harmonies of #7F1AAD
Complementary color
Monochromatic Colors of #7F1AAD
Black with #7F1AAD
Text Example
Text Example
White with #7F1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1AAD; }
p { color: rgb(127,26,173); }
H1.HeaderClassName
{
color: #7F1AAD;
}
.AnyTagClassName
{
color: #7F1AAD;
}
</style>
background-color css
<style>
a { background-color: #7F1AAD; }
a { background-color: rgb(127,26,173); }
div.DivClassName
{
background-color: #7F1AAD;
}
.BgClassName
{
background-color: #7F1AAD;
}
</style>
border-color css
<style>
span { border-color: #7F1AAD; }
span { border-color: rgb(127,26,173); }
td.TdClassName
{
border-color: #7F1AAD;
}
.TagClassName
{
border-color: #7F1AAD;
}
</style>