Shades of Vivid Violet #7B2F87
Tints of Vivid Violet #7B2F87
RGB
CMYK
RGB Variations
Color information
#7B2F87 (or 0x7B2F87) is known color: Vivid Violet. HEX triplet: 7B, 2F and 87. RGB value is (123,47,135). Sum of RGB (Red+Green+Blue) = 123+47+135=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2F87 is #84D078. Grayscale: #4F4F4F. Windows color (decimal): -8704121 or 8859515. OLE color: 8859515.
HSL color Cylindrical-coordinate representation of color #7B2F87: hue angle of 291.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2F87 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 47 | 135 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.47 |
| HSL | 291.82º | 0.48% | 0.36% | - |
| HSV(B) | 291.82º | 0.65% | 0.53% | - |
| XYZ | 13.56 | 7.99 | 23.75 | - |
| YUV | 79.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 135 | 0.09 | 0.65 | 0 | 0.47 | 291.82 | 0.48 | 0.36 |
| Hex | 7B | 2F | 87 | 9 | 41 | 0 | 2F | 124 | 30 | 24 |
| Octal | 173 | 57 | 207 | 11 | 101 | 0 | 57 | 444 | 60 | 44 |
| Binary | 1111011 | 101111 | 10000111 | 1001 | 1000001 | 0 | 101111 | 100100100 | 110000 | 100100 |
Color Harmonies of #7B2F87
Complementary color
Monochromatic Colors of #7B2F87
Black with #7B2F87
Text Example
Text Example
White with #7B2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F87; }
p { color: rgb(123,47,135); }
H1.HeaderClassName
{
color: #7B2F87;
}
.AnyTagClassName
{
color: #7B2F87;
}
</style>
background-color css
<style>
a { background-color: #7B2F87; }
a { background-color: rgb(123,47,135); }
div.DivClassName
{
background-color: #7B2F87;
}
.BgClassName
{
background-color: #7B2F87;
}
</style>
border-color css
<style>
span { border-color: #7B2F87; }
span { border-color: rgb(123,47,135); }
td.TdClassName
{
border-color: #7B2F87;
}
.TagClassName
{
border-color: #7B2F87;
}
</style>