Shades of Blue Violet #7D15F1
Tints of Blue Violet #7D15F1
RGB
CMYK
RGB Variations
Color information
#7D15F1 (or 0x7D15F1) is known color: Blue Violet. HEX triplet: 7D, 15 and F1. RGB value is (125,21,241). Sum of RGB (Red+Green+Blue) = 125+21+241=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D15F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D15F1 is #82EA0E. Grayscale: #4C4C4C. Windows color (decimal): -8579599 or 15799677. OLE color: 15799677.
HSL color Cylindrical-coordinate representation of color #7D15F1: hue angle of 268.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D15F1 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 21 | 241 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.05 |
| HSL | 268.36º | 0.89% | 0.51% | - |
| HSV(B) | 268.36º | 0.91% | 0.95% | - |
| XYZ | 24.6 | 11.25 | 84.09 | - |
| YUV | 77.18 | 220.46 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 241 | 0.48 | 0.91 | 0 | 0.05 | 268.36 | 0.89 | 0.51 |
| Hex | 7D | 15 | F1 | 30 | 5B | 0 | 5 | 10C | 59 | 33 |
| Octal | 175 | 25 | 361 | 60 | 133 | 0 | 5 | 414 | 131 | 63 |
| Binary | 1111101 | 10101 | 11110001 | 110000 | 1011011 | 0 | 101 | 100001100 | 1011001 | 110011 |
Color Harmonies of #7D15F1
Complementary color
Monochromatic Colors of #7D15F1
Black with #7D15F1
Text Example
Text Example
White with #7D15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15F1; }
p { color: rgb(125,21,241); }
H1.HeaderClassName
{
color: #7D15F1;
}
.AnyTagClassName
{
color: #7D15F1;
}
</style>
background-color css
<style>
a { background-color: #7D15F1; }
a { background-color: rgb(125,21,241); }
div.DivClassName
{
background-color: #7D15F1;
}
.BgClassName
{
background-color: #7D15F1;
}
</style>
border-color css
<style>
span { border-color: #7D15F1; }
span { border-color: rgb(125,21,241); }
td.TdClassName
{
border-color: #7D15F1;
}
.TagClassName
{
border-color: #7D15F1;
}
</style>