Shades of Blue Violet #7F3CFC
Tints of Blue Violet #7F3CFC
RGB
CMYK
RGB Variations
Color information
#7F3CFC (or 0x7F3CFC) is known color: Blue Violet. HEX triplet: 7F, 3C and FC. RGB value is (127,60,252). Sum of RGB (Red+Green+Blue) = 127+60+252=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3CFC is #80C303. Grayscale: #656565. Windows color (decimal): -8438532 or 16530559. OLE color: 16530559.
HSL color Cylindrical-coordinate representation of color #7F3CFC: hue angle of 260.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F3CFC is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 60 | 252 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.01 |
| HSL | 260.94º | 0.97% | 0.61% | - |
| HSV(B) | 260.94º | 0.76% | 0.99% | - |
| XYZ | 27.94 | 14.77 | 93.47 | - |
| YUV | 101.92 | 212.7 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 252 | 0.50 | 0.76 | 0 | 0.01 | 260.94 | 0.97 | 0.61 |
| Hex | 7F | 3C | FC | 32 | 4C | 0 | 1 | 105 | 61 | 3D |
| Octal | 177 | 74 | 374 | 62 | 114 | 0 | 1 | 405 | 141 | 75 |
| Binary | 1111111 | 111100 | 11111100 | 110010 | 1001100 | 0 | 1 | 100000101 | 1100001 | 111101 |
Color Harmonies of #7F3CFC
Complementary color
Monochromatic Colors of #7F3CFC
Black with #7F3CFC
Text Example
Text Example
White with #7F3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3CFC; }
p { color: rgb(127,60,252); }
H1.HeaderClassName
{
color: #7F3CFC;
}
.AnyTagClassName
{
color: #7F3CFC;
}
</style>
background-color css
<style>
a { background-color: #7F3CFC; }
a { background-color: rgb(127,60,252); }
div.DivClassName
{
background-color: #7F3CFC;
}
.BgClassName
{
background-color: #7F3CFC;
}
</style>
border-color css
<style>
span { border-color: #7F3CFC; }
span { border-color: rgb(127,60,252); }
td.TdClassName
{
border-color: #7F3CFC;
}
.TagClassName
{
border-color: #7F3CFC;
}
</style>