Shades of Vivid Violet #7D3C88
Tints of Vivid Violet #7D3C88
RGB
CMYK
RGB Variations
Color information
#7D3C88 (or 0x7D3C88) is known color: Vivid Violet. HEX triplet: 7D, 3C and 88. RGB value is (125,60,136). Sum of RGB (Red+Green+Blue) = 125+60+136=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D3C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3C88 is #82C377. Grayscale: #575757. Windows color (decimal): -8569720 or 8928381. OLE color: 8928381.
HSL color Cylindrical-coordinate representation of color #7D3C88: hue angle of 291.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3C88 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 60 | 136 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.47 |
| HSL | 291.32º | 0.39% | 0.38% | - |
| HSV(B) | 291.32º | 0.56% | 0.53% | - |
| XYZ | 14.52 | 9.37 | 24.34 | - |
| YUV | 88.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 136 | 0.08 | 0.56 | 0 | 0.47 | 291.32 | 0.39 | 0.38 |
| Hex | 7D | 3C | 88 | 8 | 38 | 0 | 2F | 123 | 27 | 26 |
| Octal | 175 | 74 | 210 | 10 | 70 | 0 | 57 | 443 | 47 | 46 |
| Binary | 1111101 | 111100 | 10001000 | 1000 | 111000 | 0 | 101111 | 100100011 | 100111 | 100110 |
Color Harmonies of #7D3C88
Complementary color
Monochromatic Colors of #7D3C88
Black with #7D3C88
Text Example
Text Example
White with #7D3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C88; }
p { color: rgb(125,60,136); }
H1.HeaderClassName
{
color: #7D3C88;
}
.AnyTagClassName
{
color: #7D3C88;
}
</style>
background-color css
<style>
a { background-color: #7D3C88; }
a { background-color: rgb(125,60,136); }
div.DivClassName
{
background-color: #7D3C88;
}
.BgClassName
{
background-color: #7D3C88;
}
</style>
border-color css
<style>
span { border-color: #7D3C88; }
span { border-color: rgb(125,60,136); }
td.TdClassName
{
border-color: #7D3C88;
}
.TagClassName
{
border-color: #7D3C88;
}
</style>