Shades of Blue Violet #7F21FF
Tints of Blue Violet #7F21FF
RGB
CMYK
RGB Variations
Color information
#7F21FF (or 0x7F21FF) is known color: Blue Violet. HEX triplet: 7F, 21 and FF. RGB value is (127,33,255). Sum of RGB (Red+Green+Blue) = 127+33+255=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F21FF is #80DE00. Grayscale: #555555. Windows color (decimal): -8445441 or 16720255. OLE color: 16720255.
HSL color Cylindrical-coordinate representation of color #7F21FF: hue angle of 265.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F21FF is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 33 | 255 | - |
| CMYK | 0.50 | 0.87 | 0 | 0 |
| HSL | 265.41º | 1% | 0.56% | - |
| HSV(B) | 265.41º | 0.87% | 1% | - |
| XYZ | 27.35 | 12.82 | 95.64 | - |
| YUV | 86.41 | 223.14 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 255 | 0.50 | 0.87 | 0 | 0 | 265.41 | 1 | 0.56 |
| Hex | 7F | 21 | FF | 32 | 57 | 0 | 0 | 109 | 64 | 38 |
| Octal | 177 | 41 | 377 | 62 | 127 | 0 | 0 | 411 | 144 | 70 |
| Binary | 1111111 | 100001 | 11111111 | 110010 | 1010111 | 0 | 0 | 100001001 | 1100100 | 111000 |
Color Harmonies of #7F21FF
Complementary color
Monochromatic Colors of #7F21FF
Black with #7F21FF
Text Example
Text Example
White with #7F21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F21FF; }
p { color: rgb(127,33,255); }
H1.HeaderClassName
{
color: #7F21FF;
}
.AnyTagClassName
{
color: #7F21FF;
}
</style>
background-color css
<style>
a { background-color: #7F21FF; }
a { background-color: rgb(127,33,255); }
div.DivClassName
{
background-color: #7F21FF;
}
.BgClassName
{
background-color: #7F21FF;
}
</style>
border-color css
<style>
span { border-color: #7F21FF; }
span { border-color: rgb(127,33,255); }
td.TdClassName
{
border-color: #7F21FF;
}
.TagClassName
{
border-color: #7F21FF;
}
</style>