Shades of Blue Violet #7F37DF
Tints of Blue Violet #7F37DF
RGB
CMYK
RGB Variations
Color information
#7F37DF (or 0x7F37DF) is known color: Blue Violet. HEX triplet: 7F, 37 and DF. RGB value is (127,55,223). Sum of RGB (Red+Green+Blue) = 127+55+223=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F37DF is #80C820. Grayscale: #5F5F5F. Windows color (decimal): -8439841 or 14628735. OLE color: 14628735.
HSL color Cylindrical-coordinate representation of color #7F37DF: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F37DF is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 55 | 223 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.13 |
| HSL | 265.71º | 0.72% | 0.55% | - |
| HSV(B) | 265.71º | 0.75% | 0.87% | - |
| XYZ | 23.44 | 12.57 | 71 | - |
| YUV | 95.68 | 199.85 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 223 | 0.43 | 0.75 | 0 | 0.13 | 265.71 | 0.72 | 0.55 |
| Hex | 7F | 37 | DF | 2B | 4B | 0 | D | 10A | 48 | 37 |
| Octal | 177 | 67 | 337 | 53 | 113 | 0 | 15 | 412 | 110 | 67 |
| Binary | 1111111 | 110111 | 11011111 | 101011 | 1001011 | 0 | 1101 | 100001010 | 1001000 | 110111 |
Color Harmonies of #7F37DF
Complementary color
Monochromatic Colors of #7F37DF
Black with #7F37DF
Text Example
Text Example
White with #7F37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F37DF; }
p { color: rgb(127,55,223); }
H1.HeaderClassName
{
color: #7F37DF;
}
.AnyTagClassName
{
color: #7F37DF;
}
</style>
background-color css
<style>
a { background-color: #7F37DF; }
a { background-color: rgb(127,55,223); }
div.DivClassName
{
background-color: #7F37DF;
}
.BgClassName
{
background-color: #7F37DF;
}
</style>
border-color css
<style>
span { border-color: #7F37DF; }
span { border-color: rgb(127,55,223); }
td.TdClassName
{
border-color: #7F37DF;
}
.TagClassName
{
border-color: #7F37DF;
}
</style>