Shades of Vivid Violet #7B2BA4
Tints of Vivid Violet #7B2BA4
RGB
CMYK
RGB Variations
Color information
#7B2BA4 (or 0x7B2BA4) is known color: Vivid Violet. HEX triplet: 7B, 2B and A4. RGB value is (123,43,164). Sum of RGB (Red+Green+Blue) = 123+43+164=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B2BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2BA4 is #84D45B. Grayscale: #505050. Windows color (decimal): -8705116 or 10759035. OLE color: 10759035.
HSL color Cylindrical-coordinate representation of color #7B2BA4: hue angle of 279.67º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2BA4 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 43 | 164 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.36 |
| HSL | 279.67º | 0.58% | 0.41% | - |
| HSV(B) | 279.67º | 0.74% | 0.64% | - |
| XYZ | 15.73 | 8.62 | 35.96 | - |
| YUV | 80.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 164 | 0.25 | 0.74 | 0 | 0.36 | 279.67 | 0.58 | 0.41 |
| Hex | 7B | 2B | A4 | 19 | 4A | 0 | 24 | 118 | 3A | 29 |
| Octal | 173 | 53 | 244 | 31 | 112 | 0 | 44 | 430 | 72 | 51 |
| Binary | 1111011 | 101011 | 10100100 | 11001 | 1001010 | 0 | 100100 | 100011000 | 111010 | 101001 |
Color Harmonies of #7B2BA4
Complementary color
Monochromatic Colors of #7B2BA4
Black with #7B2BA4
Text Example
Text Example
White with #7B2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2BA4; }
p { color: rgb(123,43,164); }
H1.HeaderClassName
{
color: #7B2BA4;
}
.AnyTagClassName
{
color: #7B2BA4;
}
</style>
background-color css
<style>
a { background-color: #7B2BA4; }
a { background-color: rgb(123,43,164); }
div.DivClassName
{
background-color: #7B2BA4;
}
.BgClassName
{
background-color: #7B2BA4;
}
</style>
border-color css
<style>
span { border-color: #7B2BA4; }
span { border-color: rgb(123,43,164); }
td.TdClassName
{
border-color: #7B2BA4;
}
.TagClassName
{
border-color: #7B2BA4;
}
</style>