Shades of Blue Violet #7F37FF
Tints of Blue Violet #7F37FF
RGB
CMYK
RGB Variations
Color information
#7F37FF (or 0x7F37FF) is known color: Blue Violet. HEX triplet: 7F, 37 and FF. RGB value is (127,55,255). Sum of RGB (Red+Green+Blue) = 127+55+255=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F37FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F37FF is #80C800. Grayscale: #626262. Windows color (decimal): -8439809 or 16725887. OLE color: 16725887.
HSL color Cylindrical-coordinate representation of color #7F37FF: hue angle of 261.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F37FF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 55 | 255 | - |
| CMYK | 0.50 | 0.78 | 0 | 0 |
| HSL | 261.6º | 1% | 0.61% | - |
| HSV(B) | 261.6º | 0.78% | 1% | - |
| XYZ | 28.17 | 14.46 | 95.92 | - |
| YUV | 99.33 | 215.85 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 255 | 0.50 | 0.78 | 0 | 0 | 261.6 | 1 | 0.61 |
| Hex | 7F | 37 | FF | 32 | 4E | 0 | 0 | 106 | 64 | 3D |
| Octal | 177 | 67 | 377 | 62 | 116 | 0 | 0 | 406 | 144 | 75 |
| Binary | 1111111 | 110111 | 11111111 | 110010 | 1001110 | 0 | 0 | 100000110 | 1100100 | 111101 |
Color Harmonies of #7F37FF
Complementary color
Monochromatic Colors of #7F37FF
Black with #7F37FF
Text Example
Text Example
White with #7F37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F37FF; }
p { color: rgb(127,55,255); }
H1.HeaderClassName
{
color: #7F37FF;
}
.AnyTagClassName
{
color: #7F37FF;
}
</style>
background-color css
<style>
a { background-color: #7F37FF; }
a { background-color: rgb(127,55,255); }
div.DivClassName
{
background-color: #7F37FF;
}
.BgClassName
{
background-color: #7F37FF;
}
</style>
border-color css
<style>
span { border-color: #7F37FF; }
span { border-color: rgb(127,55,255); }
td.TdClassName
{
border-color: #7F37FF;
}
.TagClassName
{
border-color: #7F37FF;
}
</style>