Shades of Vivid Violet #7D1892
Tints of Vivid Violet #7D1892
RGB
CMYK
RGB Variations
Color information
#7D1892 (or 0x7D1892) is known color: Vivid Violet. HEX triplet: 7D, 18 and 92. RGB value is (125,24,146). Sum of RGB (Red+Green+Blue) = 125+24+146=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D1892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1892 is #82E76D. Grayscale: #434343. Windows color (decimal): -8578926 or 9574525. OLE color: 9574525.
HSL color Cylindrical-coordinate representation of color #7D1892: hue angle of 289.67º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1892 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 24 | 146 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.43 |
| HSL | 289.67º | 0.72% | 0.33% | - |
| HSV(B) | 289.67º | 0.84% | 0.57% | - |
| XYZ | 13.97 | 7.09 | 27.83 | - |
| YUV | 68.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 146 | 0.14 | 0.84 | 0 | 0.43 | 289.67 | 0.72 | 0.33 |
| Hex | 7D | 18 | 92 | E | 54 | 0 | 2B | 122 | 48 | 21 |
| Octal | 175 | 30 | 222 | 16 | 124 | 0 | 53 | 442 | 110 | 41 |
| Binary | 1111101 | 11000 | 10010010 | 1110 | 1010100 | 0 | 101011 | 100100010 | 1001000 | 100001 |
Color Harmonies of #7D1892
Complementary color
Monochromatic Colors of #7D1892
Black with #7D1892
Text Example
Text Example
White with #7D1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1892; }
p { color: rgb(125,24,146); }
H1.HeaderClassName
{
color: #7D1892;
}
.AnyTagClassName
{
color: #7D1892;
}
</style>
background-color css
<style>
a { background-color: #7D1892; }
a { background-color: rgb(125,24,146); }
div.DivClassName
{
background-color: #7D1892;
}
.BgClassName
{
background-color: #7D1892;
}
</style>
border-color css
<style>
span { border-color: #7D1892; }
span { border-color: rgb(125,24,146); }
td.TdClassName
{
border-color: #7D1892;
}
.TagClassName
{
border-color: #7D1892;
}
</style>