Shades of Vivid Violet #7B1D8B
Tints of Vivid Violet #7B1D8B
RGB
CMYK
RGB Variations
Color information
#7B1D8B (or 0x7B1D8B) is known color: Vivid Violet. HEX triplet: 7B, 1D and 8B. RGB value is (123,29,139). Sum of RGB (Red+Green+Blue) = 123+29+139=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B1D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1D8B is #84E274. Grayscale: #454545. Windows color (decimal): -8708725 or 9117051. OLE color: 9117051.
HSL color Cylindrical-coordinate representation of color #7B1D8B: hue angle of 291.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1D8B is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 29 | 139 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.45 |
| HSL | 291.27º | 0.65% | 0.33% | - |
| HSV(B) | 291.27º | 0.79% | 0.55% | - |
| XYZ | 13.27 | 6.95 | 25.07 | - |
| YUV | 69.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 29 | 139 | 0.12 | 0.79 | 0 | 0.45 | 291.27 | 0.65 | 0.33 |
| Hex | 7B | 1D | 8B | C | 4F | 0 | 2D | 123 | 41 | 21 |
| Octal | 173 | 35 | 213 | 14 | 117 | 0 | 55 | 443 | 101 | 41 |
| Binary | 1111011 | 11101 | 10001011 | 1100 | 1001111 | 0 | 101101 | 100100011 | 1000001 | 100001 |
Color Harmonies of #7B1D8B
Complementary color
Monochromatic Colors of #7B1D8B
Black with #7B1D8B
Text Example
Text Example
White with #7B1D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1D8B; }
p { color: rgb(123,29,139); }
H1.HeaderClassName
{
color: #7B1D8B;
}
.AnyTagClassName
{
color: #7B1D8B;
}
</style>
background-color css
<style>
a { background-color: #7B1D8B; }
a { background-color: rgb(123,29,139); }
div.DivClassName
{
background-color: #7B1D8B;
}
.BgClassName
{
background-color: #7B1D8B;
}
</style>
border-color css
<style>
span { border-color: #7B1D8B; }
span { border-color: rgb(123,29,139); }
td.TdClassName
{
border-color: #7B1D8B;
}
.TagClassName
{
border-color: #7B1D8B;
}
</style>