Shades of Blue Violet #7F2BFD
Tints of Blue Violet #7F2BFD
RGB
CMYK
RGB Variations
Color information
#7F2BFD (or 0x7F2BFD) is known color: Blue Violet. HEX triplet: 7F, 2B and FD. RGB value is (127,43,253). Sum of RGB (Red+Green+Blue) = 127+43+253=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2BFD is #80D402. Grayscale: #5B5B5B. Windows color (decimal): -8442883 or 16591743. OLE color: 16591743.
HSL color Cylindrical-coordinate representation of color #7F2BFD: hue angle of 264º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F2BFD is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 43 | 253 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.01 |
| HSL | 264º | 0.98% | 0.58% | - |
| HSV(B) | 264º | 0.83% | 0.99% | - |
| XYZ | 27.35 | 13.33 | 94.06 | - |
| YUV | 92.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 253 | 0.50 | 0.83 | 0 | 0.01 | 264 | 0.98 | 0.58 |
| Hex | 7F | 2B | FD | 32 | 53 | 0 | 1 | 108 | 62 | 3A |
| Octal | 177 | 53 | 375 | 62 | 123 | 0 | 1 | 410 | 142 | 72 |
| Binary | 1111111 | 101011 | 11111101 | 110010 | 1010011 | 0 | 1 | 100001000 | 1100010 | 111010 |
Color Harmonies of #7F2BFD
Complementary color
Monochromatic Colors of #7F2BFD
Black with #7F2BFD
Text Example
Text Example
White with #7F2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2BFD; }
p { color: rgb(127,43,253); }
H1.HeaderClassName
{
color: #7F2BFD;
}
.AnyTagClassName
{
color: #7F2BFD;
}
</style>
background-color css
<style>
a { background-color: #7F2BFD; }
a { background-color: rgb(127,43,253); }
div.DivClassName
{
background-color: #7F2BFD;
}
.BgClassName
{
background-color: #7F2BFD;
}
</style>
border-color css
<style>
span { border-color: #7F2BFD; }
span { border-color: rgb(127,43,253); }
td.TdClassName
{
border-color: #7F2BFD;
}
.TagClassName
{
border-color: #7F2BFD;
}
</style>