Shades of Blue Violet #7D1CF7
Tints of Blue Violet #7D1CF7
RGB
CMYK
RGB Variations
Color information
#7D1CF7 (or 0x7D1CF7) is known color: Blue Violet. HEX triplet: 7D, 1C and F7. RGB value is (125,28,247). Sum of RGB (Red+Green+Blue) = 125+28+247=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D1CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1CF7 is #82E308. Grayscale: #515151. Windows color (decimal): -8577801 or 16194685. OLE color: 16194685.
HSL color Cylindrical-coordinate representation of color #7D1CF7: hue angle of 266.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1CF7 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 28 | 247 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.03 |
| HSL | 266.58º | 0.93% | 0.54% | - |
| HSV(B) | 266.58º | 0.89% | 0.97% | - |
| XYZ | 25.66 | 11.91 | 88.94 | - |
| YUV | 81.97 | 221.14 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 247 | 0.49 | 0.89 | 0 | 0.03 | 266.58 | 0.93 | 0.54 |
| Hex | 7D | 1C | F7 | 31 | 59 | 0 | 3 | 10B | 5D | 36 |
| Octal | 175 | 34 | 367 | 61 | 131 | 0 | 3 | 413 | 135 | 66 |
| Binary | 1111101 | 11100 | 11110111 | 110001 | 1011001 | 0 | 11 | 100001011 | 1011101 | 110110 |
Color Harmonies of #7D1CF7
Complementary color
Monochromatic Colors of #7D1CF7
Black with #7D1CF7
Text Example
Text Example
White with #7D1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CF7; }
p { color: rgb(125,28,247); }
H1.HeaderClassName
{
color: #7D1CF7;
}
.AnyTagClassName
{
color: #7D1CF7;
}
</style>
background-color css
<style>
a { background-color: #7D1CF7; }
a { background-color: rgb(125,28,247); }
div.DivClassName
{
background-color: #7D1CF7;
}
.BgClassName
{
background-color: #7D1CF7;
}
</style>
border-color css
<style>
span { border-color: #7D1CF7; }
span { border-color: rgb(125,28,247); }
td.TdClassName
{
border-color: #7D1CF7;
}
.TagClassName
{
border-color: #7D1CF7;
}
</style>