Shades of Blue Violet #7D1FE3
Tints of Blue Violet #7D1FE3
RGB
CMYK
RGB Variations
Color information
#7D1FE3 (or 0x7D1FE3) is known color: Blue Violet. HEX triplet: 7D, 1F and E3. RGB value is (125,31,227). Sum of RGB (Red+Green+Blue) = 125+31+227=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 227 (89.06% from 255 or 59.27% from 383); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D1FE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FE3 is #82E01C. Grayscale: #505050. Windows color (decimal): -8577053 or 14884733. OLE color: 14884733.
HSL color Cylindrical-coordinate representation of color #7D1FE3: hue angle of 268.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1FE3 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 31 | 227 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.11 |
| HSL | 268.78º | 0.78% | 0.51% | - |
| HSV(B) | 268.78º | 0.86% | 0.89% | - |
| XYZ | 22.81 | 10.89 | 73.57 | - |
| YUV | 81.45 | 210.14 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 227 | 0.45 | 0.86 | 0 | 0.11 | 268.78 | 0.78 | 0.51 |
| Hex | 7D | 1F | E3 | 2D | 56 | 0 | B | 10D | 4E | 33 |
| Octal | 175 | 37 | 343 | 55 | 126 | 0 | 13 | 415 | 116 | 63 |
| Binary | 1111101 | 11111 | 11100011 | 101101 | 1010110 | 0 | 1011 | 100001101 | 1001110 | 110011 |
Color Harmonies of #7D1FE3
Complementary color
Monochromatic Colors of #7D1FE3
Black with #7D1FE3
Text Example
Text Example
White with #7D1FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FE3; }
p { color: rgb(125,31,227); }
H1.HeaderClassName
{
color: #7D1FE3;
}
.AnyTagClassName
{
color: #7D1FE3;
}
</style>
background-color css
<style>
a { background-color: #7D1FE3; }
a { background-color: rgb(125,31,227); }
div.DivClassName
{
background-color: #7D1FE3;
}
.BgClassName
{
background-color: #7D1FE3;
}
</style>
border-color css
<style>
span { border-color: #7D1FE3; }
span { border-color: rgb(125,31,227); }
td.TdClassName
{
border-color: #7D1FE3;
}
.TagClassName
{
border-color: #7D1FE3;
}
</style>