Shades of Blue Violet #7D1DCE
Tints of Blue Violet #7D1DCE
RGB
CMYK
RGB Variations
Color information
#7D1DCE (or 0x7D1DCE) is known color: Blue Violet. HEX triplet: 7D, 1D and CE. RGB value is (125,29,206). Sum of RGB (Red+Green+Blue) = 125+29+206=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D1DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DCE is #82E231. Grayscale: #4D4D4D. Windows color (decimal): -8577586 or 13507965. OLE color: 13507965.
HSL color Cylindrical-coordinate representation of color #7D1DCE: hue angle of 272.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1DCE is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 29 | 206 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.19 |
| HSL | 272.54º | 0.75% | 0.46% | - |
| HSV(B) | 272.54º | 0.86% | 0.81% | - |
| XYZ | 20.04 | 9.69 | 59.21 | - |
| YUV | 77.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 206 | 0.39 | 0.86 | 0 | 0.19 | 272.54 | 0.75 | 0.46 |
| Hex | 7D | 1D | CE | 27 | 56 | 0 | 13 | 111 | 4B | 2E |
| Octal | 175 | 35 | 316 | 47 | 126 | 0 | 23 | 421 | 113 | 56 |
| Binary | 1111101 | 11101 | 11001110 | 100111 | 1010110 | 0 | 10011 | 100010001 | 1001011 | 101110 |
Color Harmonies of #7D1DCE
Complementary color
Monochromatic Colors of #7D1DCE
Black with #7D1DCE
Text Example
Text Example
White with #7D1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DCE; }
p { color: rgb(125,29,206); }
H1.HeaderClassName
{
color: #7D1DCE;
}
.AnyTagClassName
{
color: #7D1DCE;
}
</style>
background-color css
<style>
a { background-color: #7D1DCE; }
a { background-color: rgb(125,29,206); }
div.DivClassName
{
background-color: #7D1DCE;
}
.BgClassName
{
background-color: #7D1DCE;
}
</style>
border-color css
<style>
span { border-color: #7D1DCE; }
span { border-color: rgb(125,29,206); }
td.TdClassName
{
border-color: #7D1DCE;
}
.TagClassName
{
border-color: #7D1DCE;
}
</style>