Shades of Blue Violet #7F40FC
Tints of Blue Violet #7F40FC
RGB
CMYK
RGB Variations
Color information
#7F40FC (or 0x7F40FC) is known color: Blue Violet. HEX triplet: 7F, 40 and FC. RGB value is (127,64,252). Sum of RGB (Red+Green+Blue) = 127+64+252=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F40FC is #80BF03. Grayscale: #676767. Windows color (decimal): -8437508 or 16531583. OLE color: 16531583.
HSL color Cylindrical-coordinate representation of color #7F40FC: hue angle of 260.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F40FC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 64 | 252 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.01 |
| HSL | 260.11º | 0.97% | 0.62% | - |
| HSV(B) | 260.11º | 0.75% | 0.99% | - |
| XYZ | 28.16 | 15.21 | 93.55 | - |
| YUV | 104.27 | 211.37 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 252 | 0.50 | 0.75 | 0 | 0.01 | 260.11 | 0.97 | 0.62 |
| Hex | 7F | 40 | FC | 32 | 4B | 0 | 1 | 104 | 61 | 3E |
| Octal | 177 | 100 | 374 | 62 | 113 | 0 | 1 | 404 | 141 | 76 |
| Binary | 1111111 | 1000000 | 11111100 | 110010 | 1001011 | 0 | 1 | 100000100 | 1100001 | 111110 |
Color Harmonies of #7F40FC
Complementary color
Monochromatic Colors of #7F40FC
Black with #7F40FC
Text Example
Text Example
White with #7F40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F40FC; }
p { color: rgb(127,64,252); }
H1.HeaderClassName
{
color: #7F40FC;
}
.AnyTagClassName
{
color: #7F40FC;
}
</style>
background-color css
<style>
a { background-color: #7F40FC; }
a { background-color: rgb(127,64,252); }
div.DivClassName
{
background-color: #7F40FC;
}
.BgClassName
{
background-color: #7F40FC;
}
</style>
border-color css
<style>
span { border-color: #7F40FC; }
span { border-color: rgb(127,64,252); }
td.TdClassName
{
border-color: #7F40FC;
}
.TagClassName
{
border-color: #7F40FC;
}
</style>