Shades of Blue Violet #7F2DF1
Tints of Blue Violet #7F2DF1
RGB
CMYK
RGB Variations
Color information
#7F2DF1 (or 0x7F2DF1) is known color: Blue Violet. HEX triplet: 7F, 2D and F1. RGB value is (127,45,241). Sum of RGB (Red+Green+Blue) = 127+45+241=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F2DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2DF1 is #80D20E. Grayscale: #5B5B5B. Windows color (decimal): -8442383 or 15805823. OLE color: 15805823.
HSL color Cylindrical-coordinate representation of color #7F2DF1: hue angle of 265.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F2DF1 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 45 | 241 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.05 |
| HSL | 265.1º | 0.88% | 0.56% | - |
| HSV(B) | 265.1º | 0.81% | 0.95% | - |
| XYZ | 25.57 | 12.74 | 84.33 | - |
| YUV | 91.86 | 212.17 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 241 | 0.47 | 0.81 | 0 | 0.05 | 265.1 | 0.88 | 0.56 |
| Hex | 7F | 2D | F1 | 2F | 51 | 0 | 5 | 109 | 58 | 38 |
| Octal | 177 | 55 | 361 | 57 | 121 | 0 | 5 | 411 | 130 | 70 |
| Binary | 1111111 | 101101 | 11110001 | 101111 | 1010001 | 0 | 101 | 100001001 | 1011000 | 111000 |
Color Harmonies of #7F2DF1
Complementary color
Monochromatic Colors of #7F2DF1
Black with #7F2DF1
Text Example
Text Example
White with #7F2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DF1; }
p { color: rgb(127,45,241); }
H1.HeaderClassName
{
color: #7F2DF1;
}
.AnyTagClassName
{
color: #7F2DF1;
}
</style>
background-color css
<style>
a { background-color: #7F2DF1; }
a { background-color: rgb(127,45,241); }
div.DivClassName
{
background-color: #7F2DF1;
}
.BgClassName
{
background-color: #7F2DF1;
}
</style>
border-color css
<style>
span { border-color: #7F2DF1; }
span { border-color: rgb(127,45,241); }
td.TdClassName
{
border-color: #7F2DF1;
}
.TagClassName
{
border-color: #7F2DF1;
}
</style>