Shades of Vivid Violet #7B238D
Tints of Vivid Violet #7B238D
RGB
CMYK
RGB Variations
Color information
#7B238D (or 0x7B238D) is known color: Vivid Violet. HEX triplet: 7B, 23 and 8D. RGB value is (123,35,141). Sum of RGB (Red+Green+Blue) = 123+35+141=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B238D is #84DC72. Grayscale: #494949. Windows color (decimal): -8707187 or 9249659. OLE color: 9249659.
HSL color Cylindrical-coordinate representation of color #7B238D: hue angle of 289.81º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B238D is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 35 | 141 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.45 |
| HSL | 289.81º | 0.6% | 0.35% | - |
| HSV(B) | 289.81º | 0.75% | 0.55% | - |
| XYZ | 13.58 | 7.34 | 25.9 | - |
| YUV | 73.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 141 | 0.13 | 0.75 | 0 | 0.45 | 289.81 | 0.6 | 0.35 |
| Hex | 7B | 23 | 8D | D | 4B | 0 | 2D | 122 | 3C | 23 |
| Octal | 173 | 43 | 215 | 15 | 113 | 0 | 55 | 442 | 74 | 43 |
| Binary | 1111011 | 100011 | 10001101 | 1101 | 1001011 | 0 | 101101 | 100100010 | 111100 | 100011 |
Color Harmonies of #7B238D
Complementary color
Monochromatic Colors of #7B238D
Black with #7B238D
Text Example
Text Example
White with #7B238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B238D; }
p { color: rgb(123,35,141); }
H1.HeaderClassName
{
color: #7B238D;
}
.AnyTagClassName
{
color: #7B238D;
}
</style>
background-color css
<style>
a { background-color: #7B238D; }
a { background-color: rgb(123,35,141); }
div.DivClassName
{
background-color: #7B238D;
}
.BgClassName
{
background-color: #7B238D;
}
</style>
border-color css
<style>
span { border-color: #7B238D; }
span { border-color: rgb(123,35,141); }
td.TdClassName
{
border-color: #7B238D;
}
.TagClassName
{
border-color: #7B238D;
}
</style>