Shades of Vivid Violet #7D398A
Tints of Vivid Violet #7D398A
RGB
CMYK
RGB Variations
Color information
#7D398A (or 0x7D398A) is known color: Vivid Violet. HEX triplet: 7D, 39 and 8A. RGB value is (125,57,138). Sum of RGB (Red+Green+Blue) = 125+57+138=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D398A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D398A is #82C675. Grayscale: #565656. Windows color (decimal): -8570486 or 9058685. OLE color: 9058685.
HSL color Cylindrical-coordinate representation of color #7D398A: hue angle of 290.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D398A is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 57 | 138 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.46 |
| HSL | 290.37º | 0.42% | 0.38% | - |
| HSV(B) | 290.37º | 0.59% | 0.54% | - |
| XYZ | 14.51 | 9.12 | 25.04 | - |
| YUV | 86.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 138 | 0.09 | 0.59 | 0 | 0.46 | 290.37 | 0.42 | 0.38 |
| Hex | 7D | 39 | 8A | 9 | 3B | 0 | 2E | 122 | 2A | 26 |
| Octal | 175 | 71 | 212 | 11 | 73 | 0 | 56 | 442 | 52 | 46 |
| Binary | 1111101 | 111001 | 10001010 | 1001 | 111011 | 0 | 101110 | 100100010 | 101010 | 100110 |
Color Harmonies of #7D398A
Complementary color
Monochromatic Colors of #7D398A
Black with #7D398A
Text Example
Text Example
White with #7D398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D398A; }
p { color: rgb(125,57,138); }
H1.HeaderClassName
{
color: #7D398A;
}
.AnyTagClassName
{
color: #7D398A;
}
</style>
background-color css
<style>
a { background-color: #7D398A; }
a { background-color: rgb(125,57,138); }
div.DivClassName
{
background-color: #7D398A;
}
.BgClassName
{
background-color: #7D398A;
}
</style>
border-color css
<style>
span { border-color: #7D398A; }
span { border-color: rgb(125,57,138); }
td.TdClassName
{
border-color: #7D398A;
}
.TagClassName
{
border-color: #7D398A;
}
</style>