Shades of Blue Violet #7F1AF2
Tints of Blue Violet #7F1AF2
RGB
CMYK
RGB Variations
Color information
#7F1AF2 (or 0x7F1AF2) is known color: Blue Violet. HEX triplet: 7F, 1A and F2. RGB value is (127,26,242). Sum of RGB (Red+Green+Blue) = 127+26+242=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F1AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1AF2 is #80E50D. Grayscale: #505050. Windows color (decimal): -8447246 or 15866495. OLE color: 15866495.
HSL color Cylindrical-coordinate representation of color #7F1AF2: hue angle of 268.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1AF2 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 26 | 242 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.05 |
| HSL | 268.06º | 0.89% | 0.53% | - |
| HSV(B) | 268.06º | 0.89% | 0.95% | - |
| XYZ | 25.15 | 11.66 | 84.93 | - |
| YUV | 80.82 | 218.96 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 242 | 0.48 | 0.89 | 0 | 0.05 | 268.06 | 0.89 | 0.53 |
| Hex | 7F | 1A | F2 | 30 | 59 | 0 | 5 | 10C | 59 | 35 |
| Octal | 177 | 32 | 362 | 60 | 131 | 0 | 5 | 414 | 131 | 65 |
| Binary | 1111111 | 11010 | 11110010 | 110000 | 1011001 | 0 | 101 | 100001100 | 1011001 | 110101 |
Color Harmonies of #7F1AF2
Complementary color
Monochromatic Colors of #7F1AF2
Black with #7F1AF2
Text Example
Text Example
White with #7F1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1AF2; }
p { color: rgb(127,26,242); }
H1.HeaderClassName
{
color: #7F1AF2;
}
.AnyTagClassName
{
color: #7F1AF2;
}
</style>
background-color css
<style>
a { background-color: #7F1AF2; }
a { background-color: rgb(127,26,242); }
div.DivClassName
{
background-color: #7F1AF2;
}
.BgClassName
{
background-color: #7F1AF2;
}
</style>
border-color css
<style>
span { border-color: #7F1AF2; }
span { border-color: rgb(127,26,242); }
td.TdClassName
{
border-color: #7F1AF2;
}
.TagClassName
{
border-color: #7F1AF2;
}
</style>