Shades of Vivid Violet #7B2489
Tints of Vivid Violet #7B2489
RGB
CMYK
RGB Variations
Color information
#7B2489 (or 0x7B2489) is known color: Vivid Violet. HEX triplet: 7B, 24 and 89. RGB value is (123,36,137). Sum of RGB (Red+Green+Blue) = 123+36+137=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2489 is #84DB76. Grayscale: #494949. Windows color (decimal): -8706935 or 8987771. OLE color: 8987771.
HSL color Cylindrical-coordinate representation of color #7B2489: hue angle of 291.68º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2489 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 36 | 137 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.46 |
| HSL | 291.68º | 0.58% | 0.34% | - |
| HSV(B) | 291.68º | 0.74% | 0.54% | - |
| XYZ | 13.31 | 7.28 | 24.37 | - |
| YUV | 73.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 137 | 0.10 | 0.74 | 0 | 0.46 | 291.68 | 0.58 | 0.34 |
| Hex | 7B | 24 | 89 | A | 4A | 0 | 2E | 124 | 3A | 22 |
| Octal | 173 | 44 | 211 | 12 | 112 | 0 | 56 | 444 | 72 | 42 |
| Binary | 1111011 | 100100 | 10001001 | 1010 | 1001010 | 0 | 101110 | 100100100 | 111010 | 100010 |
Color Harmonies of #7B2489
Complementary color
Monochromatic Colors of #7B2489
Black with #7B2489
Text Example
Text Example
White with #7B2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2489; }
p { color: rgb(123,36,137); }
H1.HeaderClassName
{
color: #7B2489;
}
.AnyTagClassName
{
color: #7B2489;
}
</style>
background-color css
<style>
a { background-color: #7B2489; }
a { background-color: rgb(123,36,137); }
div.DivClassName
{
background-color: #7B2489;
}
.BgClassName
{
background-color: #7B2489;
}
</style>
border-color css
<style>
span { border-color: #7B2489; }
span { border-color: rgb(123,36,137); }
td.TdClassName
{
border-color: #7B2489;
}
.TagClassName
{
border-color: #7B2489;
}
</style>