Shades of Vivid Violet #7F15A4
Tints of Vivid Violet #7F15A4
RGB
CMYK
RGB Variations
Color information
#7F15A4 (or 0x7F15A4) is known color: Vivid Violet. HEX triplet: 7F, 15 and A4. RGB value is (127,21,164). Sum of RGB (Red+Green+Blue) = 127+21+164=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F15A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F15A4 is #80EA5B. Grayscale: #444444. Windows color (decimal): -8448604 or 10753407. OLE color: 10753407.
HSL color Cylindrical-coordinate representation of color #7F15A4: hue angle of 284.48º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F15A4 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 21 | 164 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.36 |
| HSL | 284.48º | 0.77% | 0.36% | - |
| HSV(B) | 284.48º | 0.87% | 0.64% | - |
| XYZ | 15.72 | 7.73 | 35.79 | - |
| YUV | 69 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 164 | 0.23 | 0.87 | 0 | 0.36 | 284.48 | 0.77 | 0.36 |
| Hex | 7F | 15 | A4 | 17 | 57 | 0 | 24 | 11C | 4D | 24 |
| Octal | 177 | 25 | 244 | 27 | 127 | 0 | 44 | 434 | 115 | 44 |
| Binary | 1111111 | 10101 | 10100100 | 10111 | 1010111 | 0 | 100100 | 100011100 | 1001101 | 100100 |
Color Harmonies of #7F15A4
Complementary color
Monochromatic Colors of #7F15A4
Black with #7F15A4
Text Example
Text Example
White with #7F15A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15A4; }
p { color: rgb(127,21,164); }
H1.HeaderClassName
{
color: #7F15A4;
}
.AnyTagClassName
{
color: #7F15A4;
}
</style>
background-color css
<style>
a { background-color: #7F15A4; }
a { background-color: rgb(127,21,164); }
div.DivClassName
{
background-color: #7F15A4;
}
.BgClassName
{
background-color: #7F15A4;
}
</style>
border-color css
<style>
span { border-color: #7F15A4; }
span { border-color: rgb(127,21,164); }
td.TdClassName
{
border-color: #7F15A4;
}
.TagClassName
{
border-color: #7F15A4;
}
</style>