Shades of Vivid Violet #7B358B
Tints of Vivid Violet #7B358B
RGB
CMYK
RGB Variations
Color information
#7B358B (or 0x7B358B) is known color: Vivid Violet. HEX triplet: 7B, 35 and 8B. RGB value is (123,53,139). Sum of RGB (Red+Green+Blue) = 123+53+139=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B358B is #84CA74. Grayscale: #535353. Windows color (decimal): -8702581 or 9123195. OLE color: 9123195.
HSL color Cylindrical-coordinate representation of color #7B358B: hue angle of 288.84º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B358B is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 53 | 139 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.45 |
| HSL | 288.84º | 0.45% | 0.38% | - |
| HSV(B) | 288.84º | 0.62% | 0.55% | - |
| XYZ | 14.1 | 8.62 | 25.35 | - |
| YUV | 83.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 139 | 0.12 | 0.62 | 0 | 0.45 | 288.84 | 0.45 | 0.38 |
| Hex | 7B | 35 | 8B | C | 3E | 0 | 2D | 121 | 2D | 26 |
| Octal | 173 | 65 | 213 | 14 | 76 | 0 | 55 | 441 | 55 | 46 |
| Binary | 1111011 | 110101 | 10001011 | 1100 | 111110 | 0 | 101101 | 100100001 | 101101 | 100110 |
Color Harmonies of #7B358B
Complementary color
Monochromatic Colors of #7B358B
Black with #7B358B
Text Example
Text Example
White with #7B358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B358B; }
p { color: rgb(123,53,139); }
H1.HeaderClassName
{
color: #7B358B;
}
.AnyTagClassName
{
color: #7B358B;
}
</style>
background-color css
<style>
a { background-color: #7B358B; }
a { background-color: rgb(123,53,139); }
div.DivClassName
{
background-color: #7B358B;
}
.BgClassName
{
background-color: #7B358B;
}
</style>
border-color css
<style>
span { border-color: #7B358B; }
span { border-color: rgb(123,53,139); }
td.TdClassName
{
border-color: #7B358B;
}
.TagClassName
{
border-color: #7B358B;
}
</style>