Shades of Vivid Violet #7B2493
Tints of Vivid Violet #7B2493
RGB
CMYK
RGB Variations
Color information
#7B2493 (or 0x7B2493) is known color: Vivid Violet. HEX triplet: 7B, 24 and 93. RGB value is (123,36,147). Sum of RGB (Red+Green+Blue) = 123+36+147=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B2493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2493 is #84DB6C. Grayscale: #4A4A4A. Windows color (decimal): -8706925 or 9643131. OLE color: 9643131.
HSL color Cylindrical-coordinate representation of color #7B2493: hue angle of 287.03º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B2493 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 36 | 147 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.42 |
| HSL | 287.03º | 0.61% | 0.36% | - |
| HSV(B) | 287.03º | 0.76% | 0.58% | - |
| XYZ | 14.07 | 7.58 | 28.33 | - |
| YUV | 74.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 147 | 0.16 | 0.76 | 0 | 0.42 | 287.03 | 0.61 | 0.36 |
| Hex | 7B | 24 | 93 | 10 | 4C | 0 | 2A | 11F | 3D | 24 |
| Octal | 173 | 44 | 223 | 20 | 114 | 0 | 52 | 437 | 75 | 44 |
| Binary | 1111011 | 100100 | 10010011 | 10000 | 1001100 | 0 | 101010 | 100011111 | 111101 | 100100 |
Color Harmonies of #7B2493
Complementary color
Monochromatic Colors of #7B2493
Black with #7B2493
Text Example
Text Example
White with #7B2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2493; }
p { color: rgb(123,36,147); }
H1.HeaderClassName
{
color: #7B2493;
}
.AnyTagClassName
{
color: #7B2493;
}
</style>
background-color css
<style>
a { background-color: #7B2493; }
a { background-color: rgb(123,36,147); }
div.DivClassName
{
background-color: #7B2493;
}
.BgClassName
{
background-color: #7B2493;
}
</style>
border-color css
<style>
span { border-color: #7B2493; }
span { border-color: rgb(123,36,147); }
td.TdClassName
{
border-color: #7B2493;
}
.TagClassName
{
border-color: #7B2493;
}
</style>