Shades of Blue Violet #7D2CDF
Tints of Blue Violet #7D2CDF
RGB
CMYK
RGB Variations
Color information
#7D2CDF (or 0x7D2CDF) is known color: Blue Violet. HEX triplet: 7D, 2C and DF. RGB value is (125,44,223). Sum of RGB (Red+Green+Blue) = 125+44+223=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D2CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CDF is #82D320. Grayscale: #575757. Windows color (decimal): -8573729 or 14625917. OLE color: 14625917.
HSL color Cylindrical-coordinate representation of color #7D2CDF: hue angle of 267.15º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D2CDF is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 44 | 223 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.13 |
| HSL | 267.15º | 0.74% | 0.52% | - |
| HSV(B) | 267.15º | 0.8% | 0.87% | - |
| XYZ | 22.68 | 11.49 | 70.83 | - |
| YUV | 88.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 223 | 0.44 | 0.80 | 0 | 0.13 | 267.15 | 0.74 | 0.52 |
| Hex | 7D | 2C | DF | 2C | 50 | 0 | D | 10B | 4A | 34 |
| Octal | 175 | 54 | 337 | 54 | 120 | 0 | 15 | 413 | 112 | 64 |
| Binary | 1111101 | 101100 | 11011111 | 101100 | 1010000 | 0 | 1101 | 100001011 | 1001010 | 110100 |
Color Harmonies of #7D2CDF
Complementary color
Monochromatic Colors of #7D2CDF
Black with #7D2CDF
Text Example
Text Example
White with #7D2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2CDF; }
p { color: rgb(125,44,223); }
H1.HeaderClassName
{
color: #7D2CDF;
}
.AnyTagClassName
{
color: #7D2CDF;
}
</style>
background-color css
<style>
a { background-color: #7D2CDF; }
a { background-color: rgb(125,44,223); }
div.DivClassName
{
background-color: #7D2CDF;
}
.BgClassName
{
background-color: #7D2CDF;
}
</style>
border-color css
<style>
span { border-color: #7D2CDF; }
span { border-color: rgb(125,44,223); }
td.TdClassName
{
border-color: #7D2CDF;
}
.TagClassName
{
border-color: #7D2CDF;
}
</style>