Shades of Blue Violet #7F1DF2
Tints of Blue Violet #7F1DF2
RGB
CMYK
RGB Variations
Color information
#7F1DF2 (or 0x7F1DF2) is known color: Blue Violet. HEX triplet: 7F, 1D and F2. RGB value is (127,29,242). Sum of RGB (Red+Green+Blue) = 127+29+242=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 242 (94.92% from 255 or 60.80% from 398); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F1DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1DF2 is #80E20D. Grayscale: #515151. Windows color (decimal): -8446478 or 15867263. OLE color: 15867263.
HSL color Cylindrical-coordinate representation of color #7F1DF2: hue angle of 267.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1DF2 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 29 | 242 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.05 |
| HSL | 267.61º | 0.89% | 0.53% | - |
| HSV(B) | 267.61º | 0.88% | 0.95% | - |
| XYZ | 25.22 | 11.8 | 84.95 | - |
| YUV | 82.58 | 217.97 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 242 | 0.48 | 0.88 | 0 | 0.05 | 267.61 | 0.89 | 0.53 |
| Hex | 7F | 1D | F2 | 30 | 58 | 0 | 5 | 10C | 59 | 35 |
| Octal | 177 | 35 | 362 | 60 | 130 | 0 | 5 | 414 | 131 | 65 |
| Binary | 1111111 | 11101 | 11110010 | 110000 | 1011000 | 0 | 101 | 100001100 | 1011001 | 110101 |
Color Harmonies of #7F1DF2
Complementary color
Monochromatic Colors of #7F1DF2
Black with #7F1DF2
Text Example
Text Example
White with #7F1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1DF2; }
p { color: rgb(127,29,242); }
H1.HeaderClassName
{
color: #7F1DF2;
}
.AnyTagClassName
{
color: #7F1DF2;
}
</style>
background-color css
<style>
a { background-color: #7F1DF2; }
a { background-color: rgb(127,29,242); }
div.DivClassName
{
background-color: #7F1DF2;
}
.BgClassName
{
background-color: #7F1DF2;
}
</style>
border-color css
<style>
span { border-color: #7F1DF2; }
span { border-color: rgb(127,29,242); }
td.TdClassName
{
border-color: #7F1DF2;
}
.TagClassName
{
border-color: #7F1DF2;
}
</style>