Shades of Vivid Violet #7B239B
Tints of Vivid Violet #7B239B
RGB
CMYK
RGB Variations
Color information
#7B239B (or 0x7B239B) is known color: Vivid Violet. HEX triplet: 7B, 23 and 9B. RGB value is (123,35,155). Sum of RGB (Red+Green+Blue) = 123+35+155=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B239B is #84DC64. Grayscale: #4A4A4A. Windows color (decimal): -8707173 or 10167163. OLE color: 10167163.
HSL color Cylindrical-coordinate representation of color #7B239B: hue angle of 284º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B239B is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 35 | 155 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.39 |
| HSL | 284º | 0.63% | 0.37% | - |
| HSV(B) | 284º | 0.77% | 0.61% | - |
| XYZ | 14.69 | 7.78 | 31.74 | - |
| YUV | 74.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 155 | 0.21 | 0.77 | 0 | 0.39 | 284 | 0.63 | 0.37 |
| Hex | 7B | 23 | 9B | 15 | 4D | 0 | 27 | 11C | 3F | 25 |
| Octal | 173 | 43 | 233 | 25 | 115 | 0 | 47 | 434 | 77 | 45 |
| Binary | 1111011 | 100011 | 10011011 | 10101 | 1001101 | 0 | 100111 | 100011100 | 111111 | 100101 |
Color Harmonies of #7B239B
Complementary color
Monochromatic Colors of #7B239B
Black with #7B239B
Text Example
Text Example
White with #7B239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B239B; }
p { color: rgb(123,35,155); }
H1.HeaderClassName
{
color: #7B239B;
}
.AnyTagClassName
{
color: #7B239B;
}
</style>
background-color css
<style>
a { background-color: #7B239B; }
a { background-color: rgb(123,35,155); }
div.DivClassName
{
background-color: #7B239B;
}
.BgClassName
{
background-color: #7B239B;
}
</style>
border-color css
<style>
span { border-color: #7B239B; }
span { border-color: rgb(123,35,155); }
td.TdClassName
{
border-color: #7B239B;
}
.TagClassName
{
border-color: #7B239B;
}
</style>