Shades of Vivid Violet #7F15AB
Tints of Vivid Violet #7F15AB
RGB
CMYK
RGB Variations
Color information
#7F15AB (or 0x7F15AB) is known color: Vivid Violet. HEX triplet: 7F, 15 and AB. RGB value is (127,21,171). Sum of RGB (Red+Green+Blue) = 127+21+171=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F15AB is #80EA54. Grayscale: #454545. Windows color (decimal): -8448597 or 11212159. OLE color: 11212159.
HSL color Cylindrical-coordinate representation of color #7F15AB: hue angle of 282.4º 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 #7F15AB is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 21 | 171 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.33 |
| HSL | 282.4º | 0.78% | 0.38% | - |
| HSV(B) | 282.4º | 0.88% | 0.67% | - |
| XYZ | 16.37 | 7.99 | 39.21 | - |
| YUV | 69.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 171 | 0.26 | 0.88 | 0 | 0.33 | 282.4 | 0.78 | 0.38 |
| Hex | 7F | 15 | AB | 1A | 58 | 0 | 21 | 11A | 4E | 26 |
| Octal | 177 | 25 | 253 | 32 | 130 | 0 | 41 | 432 | 116 | 46 |
| Binary | 1111111 | 10101 | 10101011 | 11010 | 1011000 | 0 | 100001 | 100011010 | 1001110 | 100110 |
Color Harmonies of #7F15AB
Complementary color
Monochromatic Colors of #7F15AB
Black with #7F15AB
Text Example
Text Example
White with #7F15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15AB; }
p { color: rgb(127,21,171); }
H1.HeaderClassName
{
color: #7F15AB;
}
.AnyTagClassName
{
color: #7F15AB;
}
</style>
background-color css
<style>
a { background-color: #7F15AB; }
a { background-color: rgb(127,21,171); }
div.DivClassName
{
background-color: #7F15AB;
}
.BgClassName
{
background-color: #7F15AB;
}
</style>
border-color css
<style>
span { border-color: #7F15AB; }
span { border-color: rgb(127,21,171); }
td.TdClassName
{
border-color: #7F15AB;
}
.TagClassName
{
border-color: #7F15AB;
}
</style>