Shades of Vivid Violet #7B1D87
Tints of Vivid Violet #7B1D87
RGB
CMYK
RGB Variations
Color information
#7B1D87 (or 0x7B1D87) is known color: Vivid Violet. HEX triplet: 7B, 1D and 87. RGB value is (123,29,135). Sum of RGB (Red+Green+Blue) = 123+29+135=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B1D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1D87 is #84E278. Grayscale: #444444. Windows color (decimal): -8708729 or 8854907. OLE color: 8854907.
HSL color Cylindrical-coordinate representation of color #7B1D87: hue angle of 293.21º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1D87 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 29 | 135 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.47 |
| HSL | 293.21º | 0.65% | 0.32% | - |
| HSV(B) | 293.21º | 0.79% | 0.53% | - |
| XYZ | 12.98 | 6.84 | 23.56 | - |
| YUV | 69.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 29 | 135 | 0.09 | 0.79 | 0 | 0.47 | 293.21 | 0.65 | 0.32 |
| Hex | 7B | 1D | 87 | 9 | 4F | 0 | 2F | 125 | 41 | 20 |
| Octal | 173 | 35 | 207 | 11 | 117 | 0 | 57 | 445 | 101 | 40 |
| Binary | 1111011 | 11101 | 10000111 | 1001 | 1001111 | 0 | 101111 | 100100101 | 1000001 | 100000 |
Color Harmonies of #7B1D87
Complementary color
Monochromatic Colors of #7B1D87
Black with #7B1D87
Text Example
Text Example
White with #7B1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1D87; }
p { color: rgb(123,29,135); }
H1.HeaderClassName
{
color: #7B1D87;
}
.AnyTagClassName
{
color: #7B1D87;
}
</style>
background-color css
<style>
a { background-color: #7B1D87; }
a { background-color: rgb(123,29,135); }
div.DivClassName
{
background-color: #7B1D87;
}
.BgClassName
{
background-color: #7B1D87;
}
</style>
border-color css
<style>
span { border-color: #7B1D87; }
span { border-color: rgb(123,29,135); }
td.TdClassName
{
border-color: #7B1D87;
}
.TagClassName
{
border-color: #7B1D87;
}
</style>