Shades of Vivid Violet #7D2292
Tints of Vivid Violet #7D2292
RGB
CMYK
RGB Variations
Color information
#7D2292 (or 0x7D2292) is known color: Vivid Violet. HEX triplet: 7D, 22 and 92. RGB value is (125,34,146). Sum of RGB (Red+Green+Blue) = 125+34+146=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D2292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2292 is #82DD6D. Grayscale: #494949. Windows color (decimal): -8576366 or 9577085. OLE color: 9577085.
HSL color Cylindrical-coordinate representation of color #7D2292: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2292 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 34 | 146 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.43 |
| HSL | 288.75º | 0.62% | 0.35% | - |
| HSV(B) | 288.75º | 0.77% | 0.57% | - |
| XYZ | 14.22 | 7.58 | 27.91 | - |
| YUV | 73.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 146 | 0.14 | 0.77 | 0 | 0.43 | 288.75 | 0.62 | 0.35 |
| Hex | 7D | 22 | 92 | E | 4D | 0 | 2B | 121 | 3E | 23 |
| Octal | 175 | 42 | 222 | 16 | 115 | 0 | 53 | 441 | 76 | 43 |
| Binary | 1111101 | 100010 | 10010010 | 1110 | 1001101 | 0 | 101011 | 100100001 | 111110 | 100011 |
Color Harmonies of #7D2292
Complementary color
Monochromatic Colors of #7D2292
Black with #7D2292
Text Example
Text Example
White with #7D2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2292; }
p { color: rgb(125,34,146); }
H1.HeaderClassName
{
color: #7D2292;
}
.AnyTagClassName
{
color: #7D2292;
}
</style>
background-color css
<style>
a { background-color: #7D2292; }
a { background-color: rgb(125,34,146); }
div.DivClassName
{
background-color: #7D2292;
}
.BgClassName
{
background-color: #7D2292;
}
</style>
border-color css
<style>
span { border-color: #7D2292; }
span { border-color: rgb(125,34,146); }
td.TdClassName
{
border-color: #7D2292;
}
.TagClassName
{
border-color: #7D2292;
}
</style>