Shades of Vivid Violet #7B3C8C
Tints of Vivid Violet #7B3C8C
RGB
CMYK
RGB Variations
Color information
#7B3C8C (or 0x7B3C8C) is known color: Vivid Violet. HEX triplet: 7B, 3C and 8C. RGB value is (123,60,140). Sum of RGB (Red+Green+Blue) = 123+60+140=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B3C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3C8C is #84C373. Grayscale: #575757. Windows color (decimal): -8700788 or 9190523. OLE color: 9190523.
HSL color Cylindrical-coordinate representation of color #7B3C8C: hue angle of 287.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B3C8C is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 60 | 140 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.45 |
| HSL | 287.25º | 0.4% | 0.39% | - |
| HSV(B) | 287.25º | 0.57% | 0.55% | - |
| XYZ | 14.52 | 9.34 | 25.85 | - |
| YUV | 87.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 140 | 0.12 | 0.57 | 0 | 0.45 | 287.25 | 0.4 | 0.39 |
| Hex | 7B | 3C | 8C | C | 39 | 0 | 2D | 11F | 28 | 27 |
| Octal | 173 | 74 | 214 | 14 | 71 | 0 | 55 | 437 | 50 | 47 |
| Binary | 1111011 | 111100 | 10001100 | 1100 | 111001 | 0 | 101101 | 100011111 | 101000 | 100111 |
Color Harmonies of #7B3C8C
Complementary color
Monochromatic Colors of #7B3C8C
Black with #7B3C8C
Text Example
Text Example
White with #7B3C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C8C; }
p { color: rgb(123,60,140); }
H1.HeaderClassName
{
color: #7B3C8C;
}
.AnyTagClassName
{
color: #7B3C8C;
}
</style>
background-color css
<style>
a { background-color: #7B3C8C; }
a { background-color: rgb(123,60,140); }
div.DivClassName
{
background-color: #7B3C8C;
}
.BgClassName
{
background-color: #7B3C8C;
}
</style>
border-color css
<style>
span { border-color: #7B3C8C; }
span { border-color: rgb(123,60,140); }
td.TdClassName
{
border-color: #7B3C8C;
}
.TagClassName
{
border-color: #7B3C8C;
}
</style>