Shades of Vivid Violet #7D279E
Tints of Vivid Violet #7D279E
RGB
CMYK
RGB Variations
Color information
#7D279E (or 0x7D279E) is known color: Vivid Violet. HEX triplet: 7D, 27 and 9E. RGB value is (125,39,158). Sum of RGB (Red+Green+Blue) = 125+39+158=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D279E is #82D861. Grayscale: #4D4D4D. Windows color (decimal): -8575074 or 10364797. OLE color: 10364797.
HSL color Cylindrical-coordinate representation of color #7D279E: hue angle of 283.36º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D279E is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 39 | 158 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.38 |
| HSL | 283.36º | 0.6% | 0.39% | - |
| HSV(B) | 283.36º | 0.75% | 0.62% | - |
| XYZ | 15.35 | 8.28 | 33.14 | - |
| YUV | 78.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 158 | 0.21 | 0.75 | 0 | 0.38 | 283.36 | 0.6 | 0.39 |
| Hex | 7D | 27 | 9E | 15 | 4B | 0 | 26 | 11B | 3C | 27 |
| Octal | 175 | 47 | 236 | 25 | 113 | 0 | 46 | 433 | 74 | 47 |
| Binary | 1111101 | 100111 | 10011110 | 10101 | 1001011 | 0 | 100110 | 100011011 | 111100 | 100111 |
Color Harmonies of #7D279E
Complementary color
Monochromatic Colors of #7D279E
Black with #7D279E
Text Example
Text Example
White with #7D279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D279E; }
p { color: rgb(125,39,158); }
H1.HeaderClassName
{
color: #7D279E;
}
.AnyTagClassName
{
color: #7D279E;
}
</style>
background-color css
<style>
a { background-color: #7D279E; }
a { background-color: rgb(125,39,158); }
div.DivClassName
{
background-color: #7D279E;
}
.BgClassName
{
background-color: #7D279E;
}
</style>
border-color css
<style>
span { border-color: #7D279E; }
span { border-color: rgb(125,39,158); }
td.TdClassName
{
border-color: #7D279E;
}
.TagClassName
{
border-color: #7D279E;
}
</style>