Shades of Blue Violet #7D37DF
Tints of Blue Violet #7D37DF
RGB
CMYK
RGB Variations
Color information
#7D37DF (or 0x7D37DF) is known color: Blue Violet. HEX triplet: 7D, 37 and DF. RGB value is (125,55,223). Sum of RGB (Red+Green+Blue) = 125+55+223=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D37DF is #82C820. Grayscale: #5E5E5E. Windows color (decimal): -8570913 or 14628733. OLE color: 14628733.
HSL color Cylindrical-coordinate representation of color #7D37DF: hue angle of 265º 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 #7D37DF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 55 | 223 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.13 |
| HSL | 265º | 0.72% | 0.55% | - |
| HSV(B) | 265º | 0.75% | 0.87% | - |
| XYZ | 23.14 | 12.42 | 70.99 | - |
| YUV | 95.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 223 | 0.44 | 0.75 | 0 | 0.13 | 265 | 0.72 | 0.55 |
| Hex | 7D | 37 | DF | 2C | 4B | 0 | D | 109 | 48 | 37 |
| Octal | 175 | 67 | 337 | 54 | 113 | 0 | 15 | 411 | 110 | 67 |
| Binary | 1111101 | 110111 | 11011111 | 101100 | 1001011 | 0 | 1101 | 100001001 | 1001000 | 110111 |
Color Harmonies of #7D37DF
Complementary color
Monochromatic Colors of #7D37DF
Black with #7D37DF
Text Example
Text Example
White with #7D37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D37DF; }
p { color: rgb(125,55,223); }
H1.HeaderClassName
{
color: #7D37DF;
}
.AnyTagClassName
{
color: #7D37DF;
}
</style>
background-color css
<style>
a { background-color: #7D37DF; }
a { background-color: rgb(125,55,223); }
div.DivClassName
{
background-color: #7D37DF;
}
.BgClassName
{
background-color: #7D37DF;
}
</style>
border-color css
<style>
span { border-color: #7D37DF; }
span { border-color: rgb(125,55,223); }
td.TdClassName
{
border-color: #7D37DF;
}
.TagClassName
{
border-color: #7D37DF;
}
</style>