Shades of Blue Violet #7F1FFF
Tints of Blue Violet #7F1FFF
RGB
CMYK
RGB Variations
Color information
#7F1FFF (or 0x7F1FFF) is known color: Blue Violet. HEX triplet: 7F, 1F and FF. RGB value is (127,31,255). Sum of RGB (Red+Green+Blue) = 127+31+255=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1FFF is #80E000. Grayscale: #545454. Windows color (decimal): -8445953 or 16719743. OLE color: 16719743.
HSL color Cylindrical-coordinate representation of color #7F1FFF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1FFF is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 31 | 255 | - |
| CMYK | 0.50 | 0.88 | 0 | 0 |
| HSL | 265.71º | 1% | 0.56% | - |
| HSV(B) | 265.71º | 0.88% | 1% | - |
| XYZ | 27.29 | 12.71 | 95.62 | - |
| YUV | 85.24 | 223.8 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 31 | 255 | 0.50 | 0.88 | 0 | 0 | 265.71 | 1 | 0.56 |
| Hex | 7F | 1F | FF | 32 | 58 | 0 | 0 | 10A | 64 | 38 |
| Octal | 177 | 37 | 377 | 62 | 130 | 0 | 0 | 412 | 144 | 70 |
| Binary | 1111111 | 11111 | 11111111 | 110010 | 1011000 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #7F1FFF
Complementary color
Monochromatic Colors of #7F1FFF
Black with #7F1FFF
Text Example
Text Example
White with #7F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1FFF; }
p { color: rgb(127,31,255); }
H1.HeaderClassName
{
color: #7F1FFF;
}
.AnyTagClassName
{
color: #7F1FFF;
}
</style>
background-color css
<style>
a { background-color: #7F1FFF; }
a { background-color: rgb(127,31,255); }
div.DivClassName
{
background-color: #7F1FFF;
}
.BgClassName
{
background-color: #7F1FFF;
}
</style>
border-color css
<style>
span { border-color: #7F1FFF; }
span { border-color: rgb(127,31,255); }
td.TdClassName
{
border-color: #7F1FFF;
}
.TagClassName
{
border-color: #7F1FFF;
}
</style>