Shades of Vivid Violet #7B2A88
Tints of Vivid Violet #7B2A88
RGB
CMYK
RGB Variations
Color information
#7B2A88 (or 0x7B2A88) is known color: Vivid Violet. HEX triplet: 7B, 2A and 88. RGB value is (123,42,136). Sum of RGB (Red+Green+Blue) = 123+42+136=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B2A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2A88 is #84D577. Grayscale: #4C4C4C. Windows color (decimal): -8705400 or 8923771. OLE color: 8923771.
HSL color Cylindrical-coordinate representation of color #7B2A88: hue angle of 291.7º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2A88 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 42 | 136 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.47 |
| HSL | 291.7º | 0.53% | 0.35% | - |
| HSV(B) | 291.7º | 0.69% | 0.53% | - |
| XYZ | 13.44 | 7.64 | 24.06 | - |
| YUV | 76.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 136 | 0.10 | 0.69 | 0 | 0.47 | 291.7 | 0.53 | 0.35 |
| Hex | 7B | 2A | 88 | A | 45 | 0 | 2F | 124 | 35 | 23 |
| Octal | 173 | 52 | 210 | 12 | 105 | 0 | 57 | 444 | 65 | 43 |
| Binary | 1111011 | 101010 | 10001000 | 1010 | 1000101 | 0 | 101111 | 100100100 | 110101 | 100011 |
Color Harmonies of #7B2A88
Complementary color
Monochromatic Colors of #7B2A88
Black with #7B2A88
Text Example
Text Example
White with #7B2A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A88; }
p { color: rgb(123,42,136); }
H1.HeaderClassName
{
color: #7B2A88;
}
.AnyTagClassName
{
color: #7B2A88;
}
</style>
background-color css
<style>
a { background-color: #7B2A88; }
a { background-color: rgb(123,42,136); }
div.DivClassName
{
background-color: #7B2A88;
}
.BgClassName
{
background-color: #7B2A88;
}
</style>
border-color css
<style>
span { border-color: #7B2A88; }
span { border-color: rgb(123,42,136); }
td.TdClassName
{
border-color: #7B2A88;
}
.TagClassName
{
border-color: #7B2A88;
}
</style>