Shades of Vivid Violet #7B23A2
Tints of Vivid Violet #7B23A2
RGB
CMYK
RGB Variations
Color information
#7B23A2 (or 0x7B23A2) is known color: Vivid Violet. HEX triplet: 7B, 23 and A2. RGB value is (123,35,162). Sum of RGB (Red+Green+Blue) = 123+35+162=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B23A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B23A2 is #84DC5D. Grayscale: #4B4B4B. Windows color (decimal): -8707166 or 10625915. OLE color: 10625915.
HSL color Cylindrical-coordinate representation of color #7B23A2: hue angle of 281.57º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B23A2 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 35 | 162 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.36 |
| HSL | 281.57º | 0.64% | 0.39% | - |
| HSV(B) | 281.57º | 0.78% | 0.64% | - |
| XYZ | 15.29 | 8.02 | 34.92 | - |
| YUV | 75.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 162 | 0.24 | 0.78 | 0 | 0.36 | 281.57 | 0.64 | 0.39 |
| Hex | 7B | 23 | A2 | 18 | 4E | 0 | 24 | 11A | 40 | 27 |
| Octal | 173 | 43 | 242 | 30 | 116 | 0 | 44 | 432 | 100 | 47 |
| Binary | 1111011 | 100011 | 10100010 | 11000 | 1001110 | 0 | 100100 | 100011010 | 1000000 | 100111 |
Color Harmonies of #7B23A2
Complementary color
Monochromatic Colors of #7B23A2
Black with #7B23A2
Text Example
Text Example
White with #7B23A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B23A2; }
p { color: rgb(123,35,162); }
H1.HeaderClassName
{
color: #7B23A2;
}
.AnyTagClassName
{
color: #7B23A2;
}
</style>
background-color css
<style>
a { background-color: #7B23A2; }
a { background-color: rgb(123,35,162); }
div.DivClassName
{
background-color: #7B23A2;
}
.BgClassName
{
background-color: #7B23A2;
}
</style>
border-color css
<style>
span { border-color: #7B23A2; }
span { border-color: rgb(123,35,162); }
td.TdClassName
{
border-color: #7B23A2;
}
.TagClassName
{
border-color: #7B23A2;
}
</style>