Shades of Vivid Violet #7B458B
Tints of Vivid Violet #7B458B
RGB
CMYK
RGB Variations
Color information
#7B458B (or 0x7B458B) is known color: Vivid Violet. HEX triplet: 7B, 45 and 8B. RGB value is (123,69,139). Sum of RGB (Red+Green+Blue) = 123+69+139=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B458B is #84BA74. Grayscale: #5C5C5C. Windows color (decimal): -8698485 or 9127291. OLE color: 9127291.
HSL color Cylindrical-coordinate representation of color #7B458B: hue angle of 286.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B458B is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 69 | 139 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.45 |
| HSL | 286.29º | 0.34% | 0.41% | - |
| HSV(B) | 286.29º | 0.5% | 0.55% | - |
| XYZ | 14.96 | 10.33 | 25.63 | - |
| YUV | 93.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 139 | 0.12 | 0.50 | 0 | 0.45 | 286.29 | 0.34 | 0.41 |
| Hex | 7B | 45 | 8B | C | 32 | 0 | 2D | 11E | 22 | 29 |
| Octal | 173 | 105 | 213 | 14 | 62 | 0 | 55 | 436 | 42 | 51 |
| Binary | 1111011 | 1000101 | 10001011 | 1100 | 110010 | 0 | 101101 | 100011110 | 100010 | 101001 |
Color Harmonies of #7B458B
Complementary color
Monochromatic Colors of #7B458B
Black with #7B458B
Text Example
Text Example
White with #7B458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B458B; }
p { color: rgb(123,69,139); }
H1.HeaderClassName
{
color: #7B458B;
}
.AnyTagClassName
{
color: #7B458B;
}
</style>
background-color css
<style>
a { background-color: #7B458B; }
a { background-color: rgb(123,69,139); }
div.DivClassName
{
background-color: #7B458B;
}
.BgClassName
{
background-color: #7B458B;
}
</style>
border-color css
<style>
span { border-color: #7B458B; }
span { border-color: rgb(123,69,139); }
td.TdClassName
{
border-color: #7B458B;
}
.TagClassName
{
border-color: #7B458B;
}
</style>