Shades of Blue Violet #7D21DD
Tints of Blue Violet #7D21DD
RGB
CMYK
RGB Variations
Color information
#7D21DD (or 0x7D21DD) is known color: Blue Violet. HEX triplet: 7D, 21 and DD. RGB value is (125,33,221). Sum of RGB (Red+Green+Blue) = 125+33+221=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D21DD is #82DE22. Grayscale: #515151. Windows color (decimal): -8576547 or 14492029. OLE color: 14492029.
HSL color Cylindrical-coordinate representation of color #7D21DD: hue angle of 269.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D21DD is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 33 | 221 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.13 |
| HSL | 269.36º | 0.74% | 0.5% | - |
| HSV(B) | 269.36º | 0.85% | 0.87% | - |
| XYZ | 22.05 | 10.67 | 69.3 | - |
| YUV | 81.94 | 206.48 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 221 | 0.43 | 0.85 | 0 | 0.13 | 269.36 | 0.74 | 0.5 |
| Hex | 7D | 21 | DD | 2B | 55 | 0 | D | 10D | 4A | 32 |
| Octal | 175 | 41 | 335 | 53 | 125 | 0 | 15 | 415 | 112 | 62 |
| Binary | 1111101 | 100001 | 11011101 | 101011 | 1010101 | 0 | 1101 | 100001101 | 1001010 | 110010 |
Color Harmonies of #7D21DD
Complementary color
Monochromatic Colors of #7D21DD
Black with #7D21DD
Text Example
Text Example
White with #7D21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D21DD; }
p { color: rgb(125,33,221); }
H1.HeaderClassName
{
color: #7D21DD;
}
.AnyTagClassName
{
color: #7D21DD;
}
</style>
background-color css
<style>
a { background-color: #7D21DD; }
a { background-color: rgb(125,33,221); }
div.DivClassName
{
background-color: #7D21DD;
}
.BgClassName
{
background-color: #7D21DD;
}
</style>
border-color css
<style>
span { border-color: #7D21DD; }
span { border-color: rgb(125,33,221); }
td.TdClassName
{
border-color: #7D21DD;
}
.TagClassName
{
border-color: #7D21DD;
}
</style>