Shades of Vivid Violet #7D4093
Tints of Vivid Violet #7D4093
RGB
CMYK
RGB Variations
Color information
#7D4093 (or 0x7D4093) is known color: Vivid Violet. HEX triplet: 7D, 40 and 93. RGB value is (125,64,147). Sum of RGB (Red+Green+Blue) = 125+64+147=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D4093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4093 is #82BF6C. Grayscale: #5B5B5B. Windows color (decimal): -8568685 or 9650301. OLE color: 9650301.
HSL color Cylindrical-coordinate representation of color #7D4093: hue angle of 284.1º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4093 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 64 | 147 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.42 |
| HSL | 284.1º | 0.39% | 0.41% | - |
| HSV(B) | 284.1º | 0.56% | 0.58% | - |
| XYZ | 15.56 | 10.13 | 28.74 | - |
| YUV | 91.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 147 | 0.15 | 0.56 | 0 | 0.42 | 284.1 | 0.39 | 0.41 |
| Hex | 7D | 40 | 93 | F | 38 | 0 | 2A | 11C | 27 | 29 |
| Octal | 175 | 100 | 223 | 17 | 70 | 0 | 52 | 434 | 47 | 51 |
| Binary | 1111101 | 1000000 | 10010011 | 1111 | 111000 | 0 | 101010 | 100011100 | 100111 | 101001 |
Color Harmonies of #7D4093
Complementary color
Monochromatic Colors of #7D4093
Black with #7D4093
Text Example
Text Example
White with #7D4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4093; }
p { color: rgb(125,64,147); }
H1.HeaderClassName
{
color: #7D4093;
}
.AnyTagClassName
{
color: #7D4093;
}
</style>
background-color css
<style>
a { background-color: #7D4093; }
a { background-color: rgb(125,64,147); }
div.DivClassName
{
background-color: #7D4093;
}
.BgClassName
{
background-color: #7D4093;
}
</style>
border-color css
<style>
span { border-color: #7D4093; }
span { border-color: rgb(125,64,147); }
td.TdClassName
{
border-color: #7D4093;
}
.TagClassName
{
border-color: #7D4093;
}
</style>