Shades of Blue Violet #7D19D8
Tints of Blue Violet #7D19D8
RGB
CMYK
RGB Variations
Color information
#7D19D8 (or 0x7D19D8) is known color: Blue Violet. HEX triplet: 7D, 19 and D8. RGB value is (125,25,216). Sum of RGB (Red+Green+Blue) = 125+25+216=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D19D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D19D8 is #82E627. Grayscale: #4C4C4C. Windows color (decimal): -8578600 or 14162301. OLE color: 14162301.
HSL color Cylindrical-coordinate representation of color #7D19D8: hue angle of 271.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D19D8 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 25 | 216 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.15 |
| HSL | 271.41º | 0.79% | 0.47% | - |
| HSV(B) | 271.41º | 0.88% | 0.85% | - |
| XYZ | 21.2 | 10.01 | 65.78 | - |
| YUV | 76.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 216 | 0.42 | 0.88 | 0 | 0.15 | 271.41 | 0.79 | 0.47 |
| Hex | 7D | 19 | D8 | 2A | 58 | 0 | F | 10F | 4F | 2F |
| Octal | 175 | 31 | 330 | 52 | 130 | 0 | 17 | 417 | 117 | 57 |
| Binary | 1111101 | 11001 | 11011000 | 101010 | 1011000 | 0 | 1111 | 100001111 | 1001111 | 101111 |
Color Harmonies of #7D19D8
Complementary color
Monochromatic Colors of #7D19D8
Black with #7D19D8
Text Example
Text Example
White with #7D19D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D19D8; }
p { color: rgb(125,25,216); }
H1.HeaderClassName
{
color: #7D19D8;
}
.AnyTagClassName
{
color: #7D19D8;
}
</style>
background-color css
<style>
a { background-color: #7D19D8; }
a { background-color: rgb(125,25,216); }
div.DivClassName
{
background-color: #7D19D8;
}
.BgClassName
{
background-color: #7D19D8;
}
</style>
border-color css
<style>
span { border-color: #7D19D8; }
span { border-color: rgb(125,25,216); }
td.TdClassName
{
border-color: #7D19D8;
}
.TagClassName
{
border-color: #7D19D8;
}
</style>