Shades of Vivid Violet #7F18AB
Tints of Vivid Violet #7F18AB
RGB
CMYK
RGB Variations
Color information
#7F18AB (or 0x7F18AB) is known color: Vivid Violet. HEX triplet: 7F, 18 and AB. RGB value is (127,24,171). Sum of RGB (Red+Green+Blue) = 127+24+171=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F18AB is #80E754. Grayscale: #474747. Windows color (decimal): -8447829 or 11212927. OLE color: 11212927.
HSL color Cylindrical-coordinate representation of color #7F18AB: hue angle of 282.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F18AB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 24 | 171 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.33 |
| HSL | 282.04º | 0.75% | 0.38% | - |
| HSV(B) | 282.04º | 0.86% | 0.67% | - |
| XYZ | 16.43 | 8.11 | 39.23 | - |
| YUV | 71.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 171 | 0.26 | 0.86 | 0 | 0.33 | 282.04 | 0.75 | 0.38 |
| Hex | 7F | 18 | AB | 1A | 56 | 0 | 21 | 11A | 4B | 26 |
| Octal | 177 | 30 | 253 | 32 | 126 | 0 | 41 | 432 | 113 | 46 |
| Binary | 1111111 | 11000 | 10101011 | 11010 | 1010110 | 0 | 100001 | 100011010 | 1001011 | 100110 |
Color Harmonies of #7F18AB
Complementary color
Monochromatic Colors of #7F18AB
Black with #7F18AB
Text Example
Text Example
White with #7F18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F18AB; }
p { color: rgb(127,24,171); }
H1.HeaderClassName
{
color: #7F18AB;
}
.AnyTagClassName
{
color: #7F18AB;
}
</style>
background-color css
<style>
a { background-color: #7F18AB; }
a { background-color: rgb(127,24,171); }
div.DivClassName
{
background-color: #7F18AB;
}
.BgClassName
{
background-color: #7F18AB;
}
</style>
border-color css
<style>
span { border-color: #7F18AB; }
span { border-color: rgb(127,24,171); }
td.TdClassName
{
border-color: #7F18AB;
}
.TagClassName
{
border-color: #7F18AB;
}
</style>