Shades of Blue Violet #7D29DC
Tints of Blue Violet #7D29DC
RGB
CMYK
RGB Variations
Color information
#7D29DC (or 0x7D29DC) is known color: Blue Violet. HEX triplet: 7D, 29 and DC. RGB value is (125,41,220). Sum of RGB (Red+Green+Blue) = 125+41+220=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29DC is #82D623. Grayscale: #555555. Windows color (decimal): -8574500 or 14428541. OLE color: 14428541.
HSL color Cylindrical-coordinate representation of color #7D29DC: hue angle of 268.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D29DC is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 41 | 220 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.14 |
| HSL | 268.16º | 0.72% | 0.51% | - |
| HSV(B) | 268.16º | 0.81% | 0.86% | - |
| XYZ | 22.17 | 11.11 | 68.69 | - |
| YUV | 86.52 | 203.33 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 220 | 0.43 | 0.81 | 0 | 0.14 | 268.16 | 0.72 | 0.51 |
| Hex | 7D | 29 | DC | 2B | 51 | 0 | E | 10C | 48 | 33 |
| Octal | 175 | 51 | 334 | 53 | 121 | 0 | 16 | 414 | 110 | 63 |
| Binary | 1111101 | 101001 | 11011100 | 101011 | 1010001 | 0 | 1110 | 100001100 | 1001000 | 110011 |
Color Harmonies of #7D29DC
Complementary color
Monochromatic Colors of #7D29DC
Black with #7D29DC
Text Example
Text Example
White with #7D29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D29DC; }
p { color: rgb(125,41,220); }
H1.HeaderClassName
{
color: #7D29DC;
}
.AnyTagClassName
{
color: #7D29DC;
}
</style>
background-color css
<style>
a { background-color: #7D29DC; }
a { background-color: rgb(125,41,220); }
div.DivClassName
{
background-color: #7D29DC;
}
.BgClassName
{
background-color: #7D29DC;
}
</style>
border-color css
<style>
span { border-color: #7D29DC; }
span { border-color: rgb(125,41,220); }
td.TdClassName
{
border-color: #7D29DC;
}
.TagClassName
{
border-color: #7D29DC;
}
</style>