Shades of Vivid Violet #7D15AB
Tints of Vivid Violet #7D15AB
RGB
CMYK
RGB Variations
Color information
#7D15AB (or 0x7D15AB) is known color: Vivid Violet. HEX triplet: 7D, 15 and AB. RGB value is (125,21,171). Sum of RGB (Red+Green+Blue) = 125+21+171=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D15AB is #82EA54. Grayscale: #444444. Windows color (decimal): -8579669 or 11212157. OLE color: 11212157.
HSL color Cylindrical-coordinate representation of color #7D15AB: hue angle of 281.6º 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 #7D15AB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 21 | 171 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.33 |
| HSL | 281.6º | 0.78% | 0.38% | - |
| HSV(B) | 281.6º | 0.88% | 0.67% | - |
| XYZ | 16.08 | 7.84 | 39.19 | - |
| YUV | 69.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 171 | 0.27 | 0.88 | 0 | 0.33 | 281.6 | 0.78 | 0.38 |
| Hex | 7D | 15 | AB | 1B | 58 | 0 | 21 | 11A | 4E | 26 |
| Octal | 175 | 25 | 253 | 33 | 130 | 0 | 41 | 432 | 116 | 46 |
| Binary | 1111101 | 10101 | 10101011 | 11011 | 1011000 | 0 | 100001 | 100011010 | 1001110 | 100110 |
Color Harmonies of #7D15AB
Complementary color
Monochromatic Colors of #7D15AB
Black with #7D15AB
Text Example
Text Example
White with #7D15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15AB; }
p { color: rgb(125,21,171); }
H1.HeaderClassName
{
color: #7D15AB;
}
.AnyTagClassName
{
color: #7D15AB;
}
</style>
background-color css
<style>
a { background-color: #7D15AB; }
a { background-color: rgb(125,21,171); }
div.DivClassName
{
background-color: #7D15AB;
}
.BgClassName
{
background-color: #7D15AB;
}
</style>
border-color css
<style>
span { border-color: #7D15AB; }
span { border-color: rgb(125,21,171); }
td.TdClassName
{
border-color: #7D15AB;
}
.TagClassName
{
border-color: #7D15AB;
}
</style>