Shades of Blue Violet #7F1AFE
Tints of Blue Violet #7F1AFE
RGB
CMYK
RGB Variations
Color information
#7F1AFE (or 0x7F1AFE) is known color: Blue Violet. HEX triplet: 7F, 1A and FE. RGB value is (127,26,254). Sum of RGB (Red+Green+Blue) = 127+26+254=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1AFE is #80E501. Grayscale: #515151. Windows color (decimal): -8447234 or 16652927. OLE color: 16652927.
HSL color Cylindrical-coordinate representation of color #7F1AFE: hue angle of 266.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F1AFE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 26 | 254 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.00 |
| HSL | 266.58º | 0.99% | 0.55% | - |
| HSV(B) | 266.58º | 0.9% | 1% | - |
| XYZ | 27.01 | 12.41 | 94.74 | - |
| YUV | 82.19 | 224.96 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 254 | 0.50 | 0.90 | 0 | 0.00 | 266.58 | 0.99 | 0.55 |
| Hex | 7F | 1A | FE | 32 | 5A | 0 | 0 | 10B | 63 | 37 |
| Octal | 177 | 32 | 376 | 62 | 132 | 0 | 0 | 413 | 143 | 67 |
| Binary | 1111111 | 11010 | 11111110 | 110010 | 1011010 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #7F1AFE
Complementary color
Monochromatic Colors of #7F1AFE
Black with #7F1AFE
Text Example
Text Example
White with #7F1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1AFE; }
p { color: rgb(127,26,254); }
H1.HeaderClassName
{
color: #7F1AFE;
}
.AnyTagClassName
{
color: #7F1AFE;
}
</style>
background-color css
<style>
a { background-color: #7F1AFE; }
a { background-color: rgb(127,26,254); }
div.DivClassName
{
background-color: #7F1AFE;
}
.BgClassName
{
background-color: #7F1AFE;
}
</style>
border-color css
<style>
span { border-color: #7F1AFE; }
span { border-color: rgb(127,26,254); }
td.TdClassName
{
border-color: #7F1AFE;
}
.TagClassName
{
border-color: #7F1AFE;
}
</style>