Shades of Vivid Violet #7B14AA
Tints of Vivid Violet #7B14AA
RGB
CMYK
RGB Variations
Color information
#7B14AA (or 0x7B14AA) is known color: Vivid Violet. HEX triplet: 7B, 14 and AA. RGB value is (123,20,170). Sum of RGB (Red+Green+Blue) = 123+20+170=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B14AA is #84EB55. Grayscale: #434343. Windows color (decimal): -8710998 or 11146363. OLE color: 11146363.
HSL color Cylindrical-coordinate representation of color #7B14AA: hue angle of 281.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B14AA is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 20 | 170 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.33 |
| HSL | 281.2º | 0.79% | 0.37% | - |
| HSV(B) | 281.2º | 0.88% | 0.67% | - |
| XYZ | 15.67 | 7.61 | 38.67 | - |
| YUV | 67.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 170 | 0.28 | 0.88 | 0 | 0.33 | 281.2 | 0.79 | 0.37 |
| Hex | 7B | 14 | AA | 1C | 58 | 0 | 21 | 119 | 4F | 25 |
| Octal | 173 | 24 | 252 | 34 | 130 | 0 | 41 | 431 | 117 | 45 |
| Binary | 1111011 | 10100 | 10101010 | 11100 | 1011000 | 0 | 100001 | 100011001 | 1001111 | 100101 |
Color Harmonies of #7B14AA
Complementary color
Monochromatic Colors of #7B14AA
Black with #7B14AA
Text Example
Text Example
White with #7B14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B14AA; }
p { color: rgb(123,20,170); }
H1.HeaderClassName
{
color: #7B14AA;
}
.AnyTagClassName
{
color: #7B14AA;
}
</style>
background-color css
<style>
a { background-color: #7B14AA; }
a { background-color: rgb(123,20,170); }
div.DivClassName
{
background-color: #7B14AA;
}
.BgClassName
{
background-color: #7B14AA;
}
</style>
border-color css
<style>
span { border-color: #7B14AA; }
span { border-color: rgb(123,20,170); }
td.TdClassName
{
border-color: #7B14AA;
}
.TagClassName
{
border-color: #7B14AA;
}
</style>