Shades of Vivid Violet #7B23AA
Tints of Vivid Violet #7B23AA
RGB
CMYK
RGB Variations
Color information
#7B23AA (or 0x7B23AA) is known color: Vivid Violet. HEX triplet: 7B, 23 and AA. RGB value is (123,35,170). Sum of RGB (Red+Green+Blue) = 123+35+170=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B23AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B23AA is #84DC55. Grayscale: #4C4C4C. Windows color (decimal): -8707158 or 11150203. OLE color: 11150203.
HSL color Cylindrical-coordinate representation of color #7B23AA: hue angle of 279.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B23AA is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 35 | 170 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.33 |
| HSL | 279.11º | 0.66% | 0.4% | - |
| HSV(B) | 279.11º | 0.79% | 0.67% | - |
| XYZ | 16.03 | 8.32 | 38.79 | - |
| YUV | 76.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 170 | 0.28 | 0.79 | 0 | 0.33 | 279.11 | 0.66 | 0.4 |
| Hex | 7B | 23 | AA | 1C | 4F | 0 | 21 | 117 | 42 | 28 |
| Octal | 173 | 43 | 252 | 34 | 117 | 0 | 41 | 427 | 102 | 50 |
| Binary | 1111011 | 100011 | 10101010 | 11100 | 1001111 | 0 | 100001 | 100010111 | 1000010 | 101000 |
Color Harmonies of #7B23AA
Complementary color
Monochromatic Colors of #7B23AA
Black with #7B23AA
Text Example
Text Example
White with #7B23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B23AA; }
p { color: rgb(123,35,170); }
H1.HeaderClassName
{
color: #7B23AA;
}
.AnyTagClassName
{
color: #7B23AA;
}
</style>
background-color css
<style>
a { background-color: #7B23AA; }
a { background-color: rgb(123,35,170); }
div.DivClassName
{
background-color: #7B23AA;
}
.BgClassName
{
background-color: #7B23AA;
}
</style>
border-color css
<style>
span { border-color: #7B23AA; }
span { border-color: rgb(123,35,170); }
td.TdClassName
{
border-color: #7B23AA;
}
.TagClassName
{
border-color: #7B23AA;
}
</style>