Shades of Vivid Violet #7B428D
Tints of Vivid Violet #7B428D
RGB
CMYK
RGB Variations
Color information
#7B428D (or 0x7B428D) is known color: Vivid Violet. HEX triplet: 7B, 42 and 8D. RGB value is (123,66,141). Sum of RGB (Red+Green+Blue) = 123+66+141=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B428D is #84BD72. Grayscale: #5B5B5B. Windows color (decimal): -8699251 or 9257595. OLE color: 9257595.
HSL color Cylindrical-coordinate representation of color #7B428D: hue angle of 285.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B428D is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 66 | 141 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.45 |
| HSL | 285.6º | 0.36% | 0.41% | - |
| HSV(B) | 285.6º | 0.53% | 0.55% | - |
| XYZ | 14.92 | 10.03 | 26.35 | - |
| YUV | 91.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 141 | 0.13 | 0.53 | 0 | 0.45 | 285.6 | 0.36 | 0.41 |
| Hex | 7B | 42 | 8D | D | 35 | 0 | 2D | 11E | 24 | 29 |
| Octal | 173 | 102 | 215 | 15 | 65 | 0 | 55 | 436 | 44 | 51 |
| Binary | 1111011 | 1000010 | 10001101 | 1101 | 110101 | 0 | 101101 | 100011110 | 100100 | 101001 |
Color Harmonies of #7B428D
Complementary color
Monochromatic Colors of #7B428D
Black with #7B428D
Text Example
Text Example
White with #7B428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B428D; }
p { color: rgb(123,66,141); }
H1.HeaderClassName
{
color: #7B428D;
}
.AnyTagClassName
{
color: #7B428D;
}
</style>
background-color css
<style>
a { background-color: #7B428D; }
a { background-color: rgb(123,66,141); }
div.DivClassName
{
background-color: #7B428D;
}
.BgClassName
{
background-color: #7B428D;
}
</style>
border-color css
<style>
span { border-color: #7B428D; }
span { border-color: rgb(123,66,141); }
td.TdClassName
{
border-color: #7B428D;
}
.TagClassName
{
border-color: #7B428D;
}
</style>