Shades of Blue Violet #7F21FE
Tints of Blue Violet #7F21FE
RGB
CMYK
RGB Variations
Color information
#7F21FE (or 0x7F21FE) is known color: Blue Violet. HEX triplet: 7F, 21 and FE. RGB value is (127,33,254). Sum of RGB (Red+Green+Blue) = 127+33+254=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F21FE is #80DE01. Grayscale: #555555. Windows color (decimal): -8445442 or 16654719. OLE color: 16654719.
HSL color Cylindrical-coordinate representation of color #7F21FE: hue angle of 265.52º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F21FE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 33 | 254 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.00 |
| HSL | 265.52º | 0.99% | 0.56% | - |
| HSV(B) | 265.52º | 0.87% | 1% | - |
| XYZ | 27.19 | 12.76 | 94.8 | - |
| YUV | 86.3 | 222.64 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 254 | 0.50 | 0.87 | 0 | 0.00 | 265.52 | 0.99 | 0.56 |
| Hex | 7F | 21 | FE | 32 | 57 | 0 | 0 | 10A | 63 | 38 |
| Octal | 177 | 41 | 376 | 62 | 127 | 0 | 0 | 412 | 143 | 70 |
| Binary | 1111111 | 100001 | 11111110 | 110010 | 1010111 | 0 | 0 | 100001010 | 1100011 | 111000 |
Color Harmonies of #7F21FE
Complementary color
Monochromatic Colors of #7F21FE
Black with #7F21FE
Text Example
Text Example
White with #7F21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21FE; }
p { color: rgb(127,33,254); }
H1.HeaderClassName
{
color: #7F21FE;
}
.AnyTagClassName
{
color: #7F21FE;
}
</style>
background-color css
<style>
a { background-color: #7F21FE; }
a { background-color: rgb(127,33,254); }
div.DivClassName
{
background-color: #7F21FE;
}
.BgClassName
{
background-color: #7F21FE;
}
</style>
border-color css
<style>
span { border-color: #7F21FE; }
span { border-color: rgb(127,33,254); }
td.TdClassName
{
border-color: #7F21FE;
}
.TagClassName
{
border-color: #7F21FE;
}
</style>