Shades of Blue Violet #7F41FE
Tints of Blue Violet #7F41FE
RGB
CMYK
RGB Variations
Color information
#7F41FE (or 0x7F41FE) is known color: Blue Violet. HEX triplet: 7F, 41 and FE. RGB value is (127,65,254). Sum of RGB (Red+Green+Blue) = 127+65+254=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F41FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F41FE is #80BE01. Grayscale: #686868. Windows color (decimal): -8437250 or 16662911. OLE color: 16662911.
HSL color Cylindrical-coordinate representation of color #7F41FE: hue angle of 259.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F41FE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 65 | 254 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.00 |
| HSL | 259.68º | 0.99% | 0.63% | - |
| HSV(B) | 259.68º | 0.74% | 1% | - |
| XYZ | 28.53 | 15.45 | 95.24 | - |
| YUV | 105.08 | 212.04 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 254 | 0.50 | 0.74 | 0 | 0.00 | 259.68 | 0.99 | 0.63 |
| Hex | 7F | 41 | FE | 32 | 4A | 0 | 0 | 104 | 63 | 3F |
| Octal | 177 | 101 | 376 | 62 | 112 | 0 | 0 | 404 | 143 | 77 |
| Binary | 1111111 | 1000001 | 11111110 | 110010 | 1001010 | 0 | 0 | 100000100 | 1100011 | 111111 |
Color Harmonies of #7F41FE
Complementary color
Monochromatic Colors of #7F41FE
Black with #7F41FE
Text Example
Text Example
White with #7F41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F41FE; }
p { color: rgb(127,65,254); }
H1.HeaderClassName
{
color: #7F41FE;
}
.AnyTagClassName
{
color: #7F41FE;
}
</style>
background-color css
<style>
a { background-color: #7F41FE; }
a { background-color: rgb(127,65,254); }
div.DivClassName
{
background-color: #7F41FE;
}
.BgClassName
{
background-color: #7F41FE;
}
</style>
border-color css
<style>
span { border-color: #7F41FE; }
span { border-color: rgb(127,65,254); }
td.TdClassName
{
border-color: #7F41FE;
}
.TagClassName
{
border-color: #7F41FE;
}
</style>