Shades of Blue Violet #7F41FF
Tints of Blue Violet #7F41FF
RGB
CMYK
RGB Variations
Color information
#7F41FF (or 0x7F41FF) is known color: Blue Violet. HEX triplet: 7F, 41 and FF. RGB value is (127,65,255). Sum of RGB (Red+Green+Blue) = 127+65+255=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F41FF is #80BE00. Grayscale: #686868. Windows color (decimal): -8437249 or 16728447. OLE color: 16728447.
HSL color Cylindrical-coordinate representation of color #7F41FF: hue angle of 259.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F41FF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 65 | 255 | - |
| CMYK | 0.50 | 0.75 | 0 | 0 |
| HSL | 259.58º | 1% | 0.63% | - |
| HSV(B) | 259.58º | 0.75% | 1% | - |
| XYZ | 28.69 | 15.51 | 96.09 | - |
| YUV | 105.2 | 212.54 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 255 | 0.50 | 0.75 | 0 | 0 | 259.58 | 1 | 0.63 |
| Hex | 7F | 41 | FF | 32 | 4B | 0 | 0 | 104 | 64 | 3F |
| Octal | 177 | 101 | 377 | 62 | 113 | 0 | 0 | 404 | 144 | 77 |
| Binary | 1111111 | 1000001 | 11111111 | 110010 | 1001011 | 0 | 0 | 100000100 | 1100100 | 111111 |
Color Harmonies of #7F41FF
Complementary color
Monochromatic Colors of #7F41FF
Black with #7F41FF
Text Example
Text Example
White with #7F41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F41FF; }
p { color: rgb(127,65,255); }
H1.HeaderClassName
{
color: #7F41FF;
}
.AnyTagClassName
{
color: #7F41FF;
}
</style>
background-color css
<style>
a { background-color: #7F41FF; }
a { background-color: rgb(127,65,255); }
div.DivClassName
{
background-color: #7F41FF;
}
.BgClassName
{
background-color: #7F41FF;
}
</style>
border-color css
<style>
span { border-color: #7F41FF; }
span { border-color: rgb(127,65,255); }
td.TdClassName
{
border-color: #7F41FF;
}
.TagClassName
{
border-color: #7F41FF;
}
</style>