Shades of Blue Violet #7F1AFF
Tints of Blue Violet #7F1AFF
RGB
CMYK
RGB Variations
Color information
#7F1AFF (or 0x7F1AFF) is known color: Blue Violet. HEX triplet: 7F, 1A and FF. RGB value is (127,26,255). Sum of RGB (Red+Green+Blue) = 127+26+255=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F1AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1AFF is #80E500. Grayscale: #515151. Windows color (decimal): -8447233 or 16718463. OLE color: 16718463.
HSL color Cylindrical-coordinate representation of color #7F1AFF: hue angle of 266.46º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F1AFF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 26 | 255 | - |
| CMYK | 0.50 | 0.90 | 0 | 0 |
| HSL | 266.46º | 1% | 0.55% | - |
| HSV(B) | 266.46º | 0.9% | 1% | - |
| XYZ | 27.17 | 12.47 | 95.58 | - |
| YUV | 82.31 | 225.46 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 255 | 0.50 | 0.90 | 0 | 0 | 266.46 | 1 | 0.55 |
| Hex | 7F | 1A | FF | 32 | 5A | 0 | 0 | 10A | 64 | 37 |
| Octal | 177 | 32 | 377 | 62 | 132 | 0 | 0 | 412 | 144 | 67 |
| Binary | 1111111 | 11010 | 11111111 | 110010 | 1011010 | 0 | 0 | 100001010 | 1100100 | 110111 |
Color Harmonies of #7F1AFF
Complementary color
Monochromatic Colors of #7F1AFF
Black with #7F1AFF
Text Example
Text Example
White with #7F1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1AFF; }
p { color: rgb(127,26,255); }
H1.HeaderClassName
{
color: #7F1AFF;
}
.AnyTagClassName
{
color: #7F1AFF;
}
</style>
background-color css
<style>
a { background-color: #7F1AFF; }
a { background-color: rgb(127,26,255); }
div.DivClassName
{
background-color: #7F1AFF;
}
.BgClassName
{
background-color: #7F1AFF;
}
</style>
border-color css
<style>
span { border-color: #7F1AFF; }
span { border-color: rgb(127,26,255); }
td.TdClassName
{
border-color: #7F1AFF;
}
.TagClassName
{
border-color: #7F1AFF;
}
</style>