Shades of Blue Violet #7D1CD5
Tints of Blue Violet #7D1CD5
RGB
CMYK
RGB Variations
Color information
#7D1CD5 (or 0x7D1CD5) is known color: Blue Violet. HEX triplet: 7D, 1C and D5. RGB value is (125,28,213). Sum of RGB (Red+Green+Blue) = 125+28+213=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D1CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CD5 is #82E32A. Grayscale: #4D4D4D. Windows color (decimal): -8577835 or 13966461. OLE color: 13966461.
HSL color Cylindrical-coordinate representation of color #7D1CD5: hue angle of 271.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1CD5 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 28 | 213 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.16 |
| HSL | 271.46º | 0.77% | 0.47% | - |
| HSV(B) | 271.46º | 0.87% | 0.84% | - |
| XYZ | 20.88 | 9.99 | 63.78 | - |
| YUV | 78.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 213 | 0.41 | 0.87 | 0 | 0.16 | 271.46 | 0.77 | 0.47 |
| Hex | 7D | 1C | D5 | 29 | 57 | 0 | 10 | 10F | 4D | 2F |
| Octal | 175 | 34 | 325 | 51 | 127 | 0 | 20 | 417 | 115 | 57 |
| Binary | 1111101 | 11100 | 11010101 | 101001 | 1010111 | 0 | 10000 | 100001111 | 1001101 | 101111 |
Color Harmonies of #7D1CD5
Complementary color
Monochromatic Colors of #7D1CD5
Black with #7D1CD5
Text Example
Text Example
White with #7D1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CD5; }
p { color: rgb(125,28,213); }
H1.HeaderClassName
{
color: #7D1CD5;
}
.AnyTagClassName
{
color: #7D1CD5;
}
</style>
background-color css
<style>
a { background-color: #7D1CD5; }
a { background-color: rgb(125,28,213); }
div.DivClassName
{
background-color: #7D1CD5;
}
.BgClassName
{
background-color: #7D1CD5;
}
</style>
border-color css
<style>
span { border-color: #7D1CD5; }
span { border-color: rgb(125,28,213); }
td.TdClassName
{
border-color: #7D1CD5;
}
.TagClassName
{
border-color: #7D1CD5;
}
</style>