Shades of Vivid Violet #7B2593
Tints of Vivid Violet #7B2593
RGB
CMYK
RGB Variations
Color information
#7B2593 (or 0x7B2593) is known color: Vivid Violet. HEX triplet: 7B, 25 and 93. RGB value is (123,37,147). Sum of RGB (Red+Green+Blue) = 123+37+147=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B2593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2593 is #84DA6C. Grayscale: #4A4A4A. Windows color (decimal): -8706669 or 9643387. OLE color: 9643387.
HSL color Cylindrical-coordinate representation of color #7B2593: hue angle of 286.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2593 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 37 | 147 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.42 |
| HSL | 286.91º | 0.6% | 0.36% | - |
| HSV(B) | 286.91º | 0.75% | 0.58% | - |
| XYZ | 14.1 | 7.64 | 28.34 | - |
| YUV | 75.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 147 | 0.16 | 0.75 | 0 | 0.42 | 286.91 | 0.6 | 0.36 |
| Hex | 7B | 25 | 93 | 10 | 4B | 0 | 2A | 11F | 3C | 24 |
| Octal | 173 | 45 | 223 | 20 | 113 | 0 | 52 | 437 | 74 | 44 |
| Binary | 1111011 | 100101 | 10010011 | 10000 | 1001011 | 0 | 101010 | 100011111 | 111100 | 100100 |
Color Harmonies of #7B2593
Complementary color
Monochromatic Colors of #7B2593
Black with #7B2593
Text Example
Text Example
White with #7B2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2593; }
p { color: rgb(123,37,147); }
H1.HeaderClassName
{
color: #7B2593;
}
.AnyTagClassName
{
color: #7B2593;
}
</style>
background-color css
<style>
a { background-color: #7B2593; }
a { background-color: rgb(123,37,147); }
div.DivClassName
{
background-color: #7B2593;
}
.BgClassName
{
background-color: #7B2593;
}
</style>
border-color css
<style>
span { border-color: #7B2593; }
span { border-color: rgb(123,37,147); }
td.TdClassName
{
border-color: #7B2593;
}
.TagClassName
{
border-color: #7B2593;
}
</style>