Shades of Vivid Violet #7F15AC
Tints of Vivid Violet #7F15AC
RGB
CMYK
RGB Variations
Color information
#7F15AC (or 0x7F15AC) is known color: Vivid Violet. HEX triplet: 7F, 15 and AC. RGB value is (127,21,172). Sum of RGB (Red+Green+Blue) = 127+21+172=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F15AC is #80EA53. Grayscale: #454545. Windows color (decimal): -8448596 or 11277695. OLE color: 11277695.
HSL color Cylindrical-coordinate representation of color #7F15AC: hue angle of 282.12º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F15AC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 21 | 172 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.33 |
| HSL | 282.12º | 0.78% | 0.38% | - |
| HSV(B) | 282.12º | 0.88% | 0.67% | - |
| XYZ | 16.47 | 8.03 | 39.71 | - |
| YUV | 69.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 172 | 0.26 | 0.88 | 0 | 0.33 | 282.12 | 0.78 | 0.38 |
| Hex | 7F | 15 | AC | 1A | 58 | 0 | 21 | 11A | 4E | 26 |
| Octal | 177 | 25 | 254 | 32 | 130 | 0 | 41 | 432 | 116 | 46 |
| Binary | 1111111 | 10101 | 10101100 | 11010 | 1011000 | 0 | 100001 | 100011010 | 1001110 | 100110 |
Color Harmonies of #7F15AC
Complementary color
Monochromatic Colors of #7F15AC
Black with #7F15AC
Text Example
Text Example
White with #7F15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15AC; }
p { color: rgb(127,21,172); }
H1.HeaderClassName
{
color: #7F15AC;
}
.AnyTagClassName
{
color: #7F15AC;
}
</style>
background-color css
<style>
a { background-color: #7F15AC; }
a { background-color: rgb(127,21,172); }
div.DivClassName
{
background-color: #7F15AC;
}
.BgClassName
{
background-color: #7F15AC;
}
</style>
border-color css
<style>
span { border-color: #7F15AC; }
span { border-color: rgb(127,21,172); }
td.TdClassName
{
border-color: #7F15AC;
}
.TagClassName
{
border-color: #7F15AC;
}
</style>