Shades of Blue Violet #7F2DFC
Tints of Blue Violet #7F2DFC
RGB
CMYK
RGB Variations
Color information
#7F2DFC (or 0x7F2DFC) is known color: Blue Violet. HEX triplet: 7F, 2D and FC. RGB value is (127,45,252). Sum of RGB (Red+Green+Blue) = 127+45+252=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2DFC is #80D203. Grayscale: #5C5C5C. Windows color (decimal): -8442372 or 16526719. OLE color: 16526719.
HSL color Cylindrical-coordinate representation of color #7F2DFC: hue angle of 263.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F2DFC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 45 | 252 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.01 |
| HSL | 263.77º | 0.97% | 0.58% | - |
| HSV(B) | 263.77º | 0.82% | 0.99% | - |
| XYZ | 27.26 | 13.42 | 93.25 | - |
| YUV | 93.12 | 217.67 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 252 | 0.50 | 0.82 | 0 | 0.01 | 263.77 | 0.97 | 0.58 |
| Hex | 7F | 2D | FC | 32 | 52 | 0 | 1 | 108 | 61 | 3A |
| Octal | 177 | 55 | 374 | 62 | 122 | 0 | 1 | 410 | 141 | 72 |
| Binary | 1111111 | 101101 | 11111100 | 110010 | 1010010 | 0 | 1 | 100001000 | 1100001 | 111010 |
Color Harmonies of #7F2DFC
Complementary color
Monochromatic Colors of #7F2DFC
Black with #7F2DFC
Text Example
Text Example
White with #7F2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DFC; }
p { color: rgb(127,45,252); }
H1.HeaderClassName
{
color: #7F2DFC;
}
.AnyTagClassName
{
color: #7F2DFC;
}
</style>
background-color css
<style>
a { background-color: #7F2DFC; }
a { background-color: rgb(127,45,252); }
div.DivClassName
{
background-color: #7F2DFC;
}
.BgClassName
{
background-color: #7F2DFC;
}
</style>
border-color css
<style>
span { border-color: #7F2DFC; }
span { border-color: rgb(127,45,252); }
td.TdClassName
{
border-color: #7F2DFC;
}
.TagClassName
{
border-color: #7F2DFC;
}
</style>