Shades of Vivid Violet #7D428B
Tints of Vivid Violet #7D428B
RGB
CMYK
RGB Variations
Color information
#7D428B (or 0x7D428B) is known color: Vivid Violet. HEX triplet: 7D, 42 and 8B. RGB value is (125,66,139). Sum of RGB (Red+Green+Blue) = 125+66+139=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D428B is #82BD74. Grayscale: #5B5B5B. Windows color (decimal): -8568181 or 9126525. OLE color: 9126525.
HSL color Cylindrical-coordinate representation of color #7D428B: hue angle of 288.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D428B is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 66 | 139 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.45 |
| HSL | 288.49º | 0.36% | 0.4% | - |
| HSV(B) | 288.49º | 0.53% | 0.55% | - |
| XYZ | 15.07 | 10.12 | 25.59 | - |
| YUV | 91.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 139 | 0.10 | 0.53 | 0 | 0.45 | 288.49 | 0.36 | 0.4 |
| Hex | 7D | 42 | 8B | A | 35 | 0 | 2D | 120 | 24 | 28 |
| Octal | 175 | 102 | 213 | 12 | 65 | 0 | 55 | 440 | 44 | 50 |
| Binary | 1111101 | 1000010 | 10001011 | 1010 | 110101 | 0 | 101101 | 100100000 | 100100 | 101000 |
Color Harmonies of #7D428B
Complementary color
Monochromatic Colors of #7D428B
Black with #7D428B
Text Example
Text Example
White with #7D428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D428B; }
p { color: rgb(125,66,139); }
H1.HeaderClassName
{
color: #7D428B;
}
.AnyTagClassName
{
color: #7D428B;
}
</style>
background-color css
<style>
a { background-color: #7D428B; }
a { background-color: rgb(125,66,139); }
div.DivClassName
{
background-color: #7D428B;
}
.BgClassName
{
background-color: #7D428B;
}
</style>
border-color css
<style>
span { border-color: #7D428B; }
span { border-color: rgb(125,66,139); }
td.TdClassName
{
border-color: #7D428B;
}
.TagClassName
{
border-color: #7D428B;
}
</style>