Shades of Purple Heart #7D22BD
Tints of Purple Heart #7D22BD
RGB
CMYK
RGB Variations
Color information
#7D22BD (or 0x7D22BD) is known color: Purple Heart. HEX triplet: 7D, 22 and BD. RGB value is (125,34,189). Sum of RGB (Red+Green+Blue) = 125+34+189=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D22BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D22BD is #82DD42. Grayscale: #4E4E4E. Windows color (decimal): -8576323 or 12395133. OLE color: 12395133.
HSL color Cylindrical-coordinate representation of color #7D22BD: hue angle of 275.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D22BD is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 34 | 189 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.26 |
| HSL | 275.23º | 0.7% | 0.44% | - |
| HSV(B) | 275.23º | 0.82% | 0.74% | - |
| XYZ | 18.21 | 9.18 | 48.96 | - |
| YUV | 78.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 189 | 0.34 | 0.82 | 0 | 0.26 | 275.23 | 0.7 | 0.44 |
| Hex | 7D | 22 | BD | 22 | 52 | 0 | 1A | 113 | 46 | 2C |
| Octal | 175 | 42 | 275 | 42 | 122 | 0 | 32 | 423 | 106 | 54 |
| Binary | 1111101 | 100010 | 10111101 | 100010 | 1010010 | 0 | 11010 | 100010011 | 1000110 | 101100 |
Color Harmonies of #7D22BD
Complementary color
Monochromatic Colors of #7D22BD
Black with #7D22BD
Text Example
Text Example
White with #7D22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D22BD; }
p { color: rgb(125,34,189); }
H1.HeaderClassName
{
color: #7D22BD;
}
.AnyTagClassName
{
color: #7D22BD;
}
</style>
background-color css
<style>
a { background-color: #7D22BD; }
a { background-color: rgb(125,34,189); }
div.DivClassName
{
background-color: #7D22BD;
}
.BgClassName
{
background-color: #7D22BD;
}
</style>
border-color css
<style>
span { border-color: #7D22BD; }
span { border-color: rgb(125,34,189); }
td.TdClassName
{
border-color: #7D22BD;
}
.TagClassName
{
border-color: #7D22BD;
}
</style>