Shades of Vivid Violet #7D2294
Tints of Vivid Violet #7D2294
RGB
CMYK
RGB Variations
Color information
#7D2294 (or 0x7D2294) is known color: Vivid Violet. HEX triplet: 7D, 22 and 94. RGB value is (125,34,148). Sum of RGB (Red+Green+Blue) = 125+34+148=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D2294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2294 is #82DD6B. Grayscale: #494949. Windows color (decimal): -8576364 or 9708157. OLE color: 9708157.
HSL color Cylindrical-coordinate representation of color #7D2294: hue angle of 287.89º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2294 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 34 | 148 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.42 |
| HSL | 287.89º | 0.63% | 0.36% | - |
| HSV(B) | 287.89º | 0.77% | 0.58% | - |
| XYZ | 14.37 | 7.64 | 28.73 | - |
| YUV | 74.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 148 | 0.16 | 0.77 | 0 | 0.42 | 287.89 | 0.63 | 0.36 |
| Hex | 7D | 22 | 94 | 10 | 4D | 0 | 2A | 120 | 3F | 24 |
| Octal | 175 | 42 | 224 | 20 | 115 | 0 | 52 | 440 | 77 | 44 |
| Binary | 1111101 | 100010 | 10010100 | 10000 | 1001101 | 0 | 101010 | 100100000 | 111111 | 100100 |
Color Harmonies of #7D2294
Complementary color
Monochromatic Colors of #7D2294
Black with #7D2294
Text Example
Text Example
White with #7D2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2294; }
p { color: rgb(125,34,148); }
H1.HeaderClassName
{
color: #7D2294;
}
.AnyTagClassName
{
color: #7D2294;
}
</style>
background-color css
<style>
a { background-color: #7D2294; }
a { background-color: rgb(125,34,148); }
div.DivClassName
{
background-color: #7D2294;
}
.BgClassName
{
background-color: #7D2294;
}
</style>
border-color css
<style>
span { border-color: #7D2294; }
span { border-color: rgb(125,34,148); }
td.TdClassName
{
border-color: #7D2294;
}
.TagClassName
{
border-color: #7D2294;
}
</style>