Shades of Purple Heart #7D21BD
Tints of Purple Heart #7D21BD
RGB
CMYK
RGB Variations
Color information
#7D21BD (or 0x7D21BD) is known color: Purple Heart. HEX triplet: 7D, 21 and BD. RGB value is (125,33,189). Sum of RGB (Red+Green+Blue) = 125+33+189=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D21BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D21BD is #82DE42. Grayscale: #4D4D4D. Windows color (decimal): -8576579 or 12394877. OLE color: 12394877.
HSL color Cylindrical-coordinate representation of color #7D21BD: hue angle of 275.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D21BD is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 33 | 189 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.26 |
| HSL | 275.38º | 0.7% | 0.44% | - |
| HSV(B) | 275.38º | 0.83% | 0.74% | - |
| XYZ | 18.19 | 9.12 | 48.95 | - |
| YUV | 78.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 189 | 0.34 | 0.83 | 0 | 0.26 | 275.38 | 0.7 | 0.44 |
| Hex | 7D | 21 | BD | 22 | 53 | 0 | 1A | 113 | 46 | 2C |
| Octal | 175 | 41 | 275 | 42 | 123 | 0 | 32 | 423 | 106 | 54 |
| Binary | 1111101 | 100001 | 10111101 | 100010 | 1010011 | 0 | 11010 | 100010011 | 1000110 | 101100 |
Color Harmonies of #7D21BD
Complementary color
Monochromatic Colors of #7D21BD
Black with #7D21BD
Text Example
Text Example
White with #7D21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D21BD; }
p { color: rgb(125,33,189); }
H1.HeaderClassName
{
color: #7D21BD;
}
.AnyTagClassName
{
color: #7D21BD;
}
</style>
background-color css
<style>
a { background-color: #7D21BD; }
a { background-color: rgb(125,33,189); }
div.DivClassName
{
background-color: #7D21BD;
}
.BgClassName
{
background-color: #7D21BD;
}
</style>
border-color css
<style>
span { border-color: #7D21BD; }
span { border-color: rgb(125,33,189); }
td.TdClassName
{
border-color: #7D21BD;
}
.TagClassName
{
border-color: #7D21BD;
}
</style>