Shades of Vivid Violet #7B18AB
Tints of Vivid Violet #7B18AB
RGB
CMYK
RGB Variations
Color information
#7B18AB (or 0x7B18AB) is known color: Vivid Violet. HEX triplet: 7B, 18 and AB. RGB value is (123,24,171). Sum of RGB (Red+Green+Blue) = 123+24+171=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B18AB is #84E754. Grayscale: #454545. Windows color (decimal): -8709973 or 11212923. OLE color: 11212923.
HSL color Cylindrical-coordinate representation of color #7B18AB: hue angle of 280.41º 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 #7B18AB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 24 | 171 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.33 |
| HSL | 280.41º | 0.75% | 0.38% | - |
| HSV(B) | 280.41º | 0.86% | 0.67% | - |
| XYZ | 15.85 | 7.8 | 39.2 | - |
| YUV | 70.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 171 | 0.28 | 0.86 | 0 | 0.33 | 280.41 | 0.75 | 0.38 |
| Hex | 7B | 18 | AB | 1C | 56 | 0 | 21 | 118 | 4B | 26 |
| Octal | 173 | 30 | 253 | 34 | 126 | 0 | 41 | 430 | 113 | 46 |
| Binary | 1111011 | 11000 | 10101011 | 11100 | 1010110 | 0 | 100001 | 100011000 | 1001011 | 100110 |
Color Harmonies of #7B18AB
Complementary color
Monochromatic Colors of #7B18AB
Black with #7B18AB
Text Example
Text Example
White with #7B18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B18AB; }
p { color: rgb(123,24,171); }
H1.HeaderClassName
{
color: #7B18AB;
}
.AnyTagClassName
{
color: #7B18AB;
}
</style>
background-color css
<style>
a { background-color: #7B18AB; }
a { background-color: rgb(123,24,171); }
div.DivClassName
{
background-color: #7B18AB;
}
.BgClassName
{
background-color: #7B18AB;
}
</style>
border-color css
<style>
span { border-color: #7B18AB; }
span { border-color: rgb(123,24,171); }
td.TdClassName
{
border-color: #7B18AB;
}
.TagClassName
{
border-color: #7B18AB;
}
</style>