Shades of Blue Violet #7D1AD3
Tints of Blue Violet #7D1AD3
RGB
CMYK
RGB Variations
Color information
#7D1AD3 (or 0x7D1AD3) is known color: Blue Violet. HEX triplet: 7D, 1A and D3. RGB value is (125,26,211). Sum of RGB (Red+Green+Blue) = 125+26+211=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #7D1AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1AD3 is #82E52C. Grayscale: #4C4C4C. Windows color (decimal): -8578349 or 13834877. OLE color: 13834877.
HSL color Cylindrical-coordinate representation of color #7D1AD3: hue angle of 272.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1AD3 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 26 | 211 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.17 |
| HSL | 272.11º | 0.78% | 0.46% | - |
| HSV(B) | 272.11º | 0.88% | 0.83% | - |
| XYZ | 20.58 | 9.8 | 62.44 | - |
| YUV | 76.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 211 | 0.41 | 0.88 | 0 | 0.17 | 272.11 | 0.78 | 0.46 |
| Hex | 7D | 1A | D3 | 29 | 58 | 0 | 11 | 110 | 4E | 2E |
| Octal | 175 | 32 | 323 | 51 | 130 | 0 | 21 | 420 | 116 | 56 |
| Binary | 1111101 | 11010 | 11010011 | 101001 | 1011000 | 0 | 10001 | 100010000 | 1001110 | 101110 |
Color Harmonies of #7D1AD3
Complementary color
Monochromatic Colors of #7D1AD3
Black with #7D1AD3
Text Example
Text Example
White with #7D1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1AD3; }
p { color: rgb(125,26,211); }
H1.HeaderClassName
{
color: #7D1AD3;
}
.AnyTagClassName
{
color: #7D1AD3;
}
</style>
background-color css
<style>
a { background-color: #7D1AD3; }
a { background-color: rgb(125,26,211); }
div.DivClassName
{
background-color: #7D1AD3;
}
.BgClassName
{
background-color: #7D1AD3;
}
</style>
border-color css
<style>
span { border-color: #7D1AD3; }
span { border-color: rgb(125,26,211); }
td.TdClassName
{
border-color: #7D1AD3;
}
.TagClassName
{
border-color: #7D1AD3;
}
</style>