Shades of Blue Violet #7D2CDE
Tints of Blue Violet #7D2CDE
RGB
CMYK
RGB Variations
Color information
#7D2CDE (or 0x7D2CDE) is known color: Blue Violet. HEX triplet: 7D, 2C and DE. RGB value is (125,44,222). Sum of RGB (Red+Green+Blue) = 125+44+222=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CDE is #82D321. Grayscale: #575757. Windows color (decimal): -8573730 or 14560381. OLE color: 14560381.
HSL color Cylindrical-coordinate representation of color #7D2CDE: hue angle of 267.3º degrees, saturation: 0.73, 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 #7D2CDE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 44 | 222 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.13 |
| HSL | 267.3º | 0.73% | 0.52% | - |
| HSV(B) | 267.3º | 0.8% | 0.87% | - |
| XYZ | 22.54 | 11.44 | 70.13 | - |
| YUV | 88.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 222 | 0.44 | 0.80 | 0 | 0.13 | 267.3 | 0.73 | 0.52 |
| Hex | 7D | 2C | DE | 2C | 50 | 0 | D | 10B | 49 | 34 |
| Octal | 175 | 54 | 336 | 54 | 120 | 0 | 15 | 413 | 111 | 64 |
| Binary | 1111101 | 101100 | 11011110 | 101100 | 1010000 | 0 | 1101 | 100001011 | 1001001 | 110100 |
Color Harmonies of #7D2CDE
Complementary color
Monochromatic Colors of #7D2CDE
Black with #7D2CDE
Text Example
Text Example
White with #7D2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2CDE; }
p { color: rgb(125,44,222); }
H1.HeaderClassName
{
color: #7D2CDE;
}
.AnyTagClassName
{
color: #7D2CDE;
}
</style>
background-color css
<style>
a { background-color: #7D2CDE; }
a { background-color: rgb(125,44,222); }
div.DivClassName
{
background-color: #7D2CDE;
}
.BgClassName
{
background-color: #7D2CDE;
}
</style>
border-color css
<style>
span { border-color: #7D2CDE; }
span { border-color: rgb(125,44,222); }
td.TdClassName
{
border-color: #7D2CDE;
}
.TagClassName
{
border-color: #7D2CDE;
}
</style>