Shades of Vivid Violet #7D1F93
Tints of Vivid Violet #7D1F93
RGB
CMYK
RGB Variations
Color information
#7D1F93 (or 0x7D1F93) is known color: Vivid Violet. HEX triplet: 7D, 1F and 93. RGB value is (125,31,147). Sum of RGB (Red+Green+Blue) = 125+31+147=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F93 is #82E06C. Grayscale: #474747. Windows color (decimal): -8577133 or 9641853. OLE color: 9641853.
HSL color Cylindrical-coordinate representation of color #7D1F93: hue angle of 288.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1F93 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 31 | 147 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.42 |
| HSL | 288.62º | 0.65% | 0.35% | - |
| HSV(B) | 288.62º | 0.79% | 0.58% | - |
| XYZ | 14.21 | 7.45 | 28.29 | - |
| YUV | 72.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 147 | 0.15 | 0.79 | 0 | 0.42 | 288.62 | 0.65 | 0.35 |
| Hex | 7D | 1F | 93 | F | 4F | 0 | 2A | 121 | 41 | 23 |
| Octal | 175 | 37 | 223 | 17 | 117 | 0 | 52 | 441 | 101 | 43 |
| Binary | 1111101 | 11111 | 10010011 | 1111 | 1001111 | 0 | 101010 | 100100001 | 1000001 | 100011 |
Color Harmonies of #7D1F93
Complementary color
Monochromatic Colors of #7D1F93
Black with #7D1F93
Text Example
Text Example
White with #7D1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F93; }
p { color: rgb(125,31,147); }
H1.HeaderClassName
{
color: #7D1F93;
}
.AnyTagClassName
{
color: #7D1F93;
}
</style>
background-color css
<style>
a { background-color: #7D1F93; }
a { background-color: rgb(125,31,147); }
div.DivClassName
{
background-color: #7D1F93;
}
.BgClassName
{
background-color: #7D1F93;
}
</style>
border-color css
<style>
span { border-color: #7D1F93; }
span { border-color: rgb(125,31,147); }
td.TdClassName
{
border-color: #7D1F93;
}
.TagClassName
{
border-color: #7D1F93;
}
</style>