Shades of Vivid Violet #7D3691
Tints of Vivid Violet #7D3691
RGB
CMYK
RGB Variations
Color information
#7D3691 (or 0x7D3691) is known color: Vivid Violet. HEX triplet: 7D, 36 and 91. RGB value is (125,54,145). Sum of RGB (Red+Green+Blue) = 125+54+145=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D3691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3691 is #82C96E. Grayscale: #555555. Windows color (decimal): -8571247 or 9516669. OLE color: 9516669.
HSL color Cylindrical-coordinate representation of color #7D3691: hue angle of 286.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3691 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 54 | 145 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.43 |
| HSL | 286.81º | 0.46% | 0.39% | - |
| HSV(B) | 286.81º | 0.63% | 0.57% | - |
| XYZ | 14.89 | 9.04 | 27.75 | - |
| YUV | 85.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 145 | 0.14 | 0.63 | 0 | 0.43 | 286.81 | 0.46 | 0.39 |
| Hex | 7D | 36 | 91 | E | 3F | 0 | 2B | 11F | 2E | 27 |
| Octal | 175 | 66 | 221 | 16 | 77 | 0 | 53 | 437 | 56 | 47 |
| Binary | 1111101 | 110110 | 10010001 | 1110 | 111111 | 0 | 101011 | 100011111 | 101110 | 100111 |
Color Harmonies of #7D3691
Complementary color
Monochromatic Colors of #7D3691
Black with #7D3691
Text Example
Text Example
White with #7D3691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3691; }
p { color: rgb(125,54,145); }
H1.HeaderClassName
{
color: #7D3691;
}
.AnyTagClassName
{
color: #7D3691;
}
</style>
background-color css
<style>
a { background-color: #7D3691; }
a { background-color: rgb(125,54,145); }
div.DivClassName
{
background-color: #7D3691;
}
.BgClassName
{
background-color: #7D3691;
}
</style>
border-color css
<style>
span { border-color: #7D3691; }
span { border-color: rgb(125,54,145); }
td.TdClassName
{
border-color: #7D3691;
}
.TagClassName
{
border-color: #7D3691;
}
</style>