Shades of Vivid Violet #7D4292
Tints of Vivid Violet #7D4292
RGB
CMYK
RGB Variations
Color information
#7D4292 (or 0x7D4292) is known color: Vivid Violet. HEX triplet: 7D, 42 and 92. RGB value is (125,66,146). Sum of RGB (Red+Green+Blue) = 125+66+146=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4292 is #82BD6D. Grayscale: #5C5C5C. Windows color (decimal): -8568174 or 9585277. OLE color: 9585277.
HSL color Cylindrical-coordinate representation of color #7D4292: hue angle of 284.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4292 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 66 | 146 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.43 |
| HSL | 284.25º | 0.38% | 0.42% | - |
| HSV(B) | 284.25º | 0.55% | 0.57% | - |
| XYZ | 15.59 | 10.33 | 28.37 | - |
| YUV | 92.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 146 | 0.14 | 0.55 | 0 | 0.43 | 284.25 | 0.38 | 0.42 |
| Hex | 7D | 42 | 92 | E | 37 | 0 | 2B | 11C | 26 | 2A |
| Octal | 175 | 102 | 222 | 16 | 67 | 0 | 53 | 434 | 46 | 52 |
| Binary | 1111101 | 1000010 | 10010010 | 1110 | 110111 | 0 | 101011 | 100011100 | 100110 | 101010 |
Color Harmonies of #7D4292
Complementary color
Monochromatic Colors of #7D4292
Black with #7D4292
Text Example
Text Example
White with #7D4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4292; }
p { color: rgb(125,66,146); }
H1.HeaderClassName
{
color: #7D4292;
}
.AnyTagClassName
{
color: #7D4292;
}
</style>
background-color css
<style>
a { background-color: #7D4292; }
a { background-color: rgb(125,66,146); }
div.DivClassName
{
background-color: #7D4292;
}
.BgClassName
{
background-color: #7D4292;
}
</style>
border-color css
<style>
span { border-color: #7D4292; }
span { border-color: rgb(125,66,146); }
td.TdClassName
{
border-color: #7D4292;
}
.TagClassName
{
border-color: #7D4292;
}
</style>