Shades of Purple Heart #7D24BE
Tints of Purple Heart #7D24BE
RGB
CMYK
RGB Variations
Color information
#7D24BE (or 0x7D24BE) is known color: Purple Heart. HEX triplet: 7D, 24 and BE. RGB value is (125,36,190). Sum of RGB (Red+Green+Blue) = 125+36+190=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D24BE is #82DB41. Grayscale: #4F4F4F. Windows color (decimal): -8575810 or 12461181. OLE color: 12461181.
HSL color Cylindrical-coordinate representation of color #7D24BE: hue angle of 274.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D24BE is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 36 | 190 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.25 |
| HSL | 274.68º | 0.68% | 0.44% | - |
| HSV(B) | 274.68º | 0.81% | 0.75% | - |
| XYZ | 18.38 | 9.34 | 49.55 | - |
| YUV | 80.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 190 | 0.34 | 0.81 | 0 | 0.25 | 274.68 | 0.68 | 0.44 |
| Hex | 7D | 24 | BE | 22 | 51 | 0 | 19 | 113 | 44 | 2C |
| Octal | 175 | 44 | 276 | 42 | 121 | 0 | 31 | 423 | 104 | 54 |
| Binary | 1111101 | 100100 | 10111110 | 100010 | 1010001 | 0 | 11001 | 100010011 | 1000100 | 101100 |
Color Harmonies of #7D24BE
Complementary color
Monochromatic Colors of #7D24BE
Black with #7D24BE
Text Example
Text Example
White with #7D24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D24BE; }
p { color: rgb(125,36,190); }
H1.HeaderClassName
{
color: #7D24BE;
}
.AnyTagClassName
{
color: #7D24BE;
}
</style>
background-color css
<style>
a { background-color: #7D24BE; }
a { background-color: rgb(125,36,190); }
div.DivClassName
{
background-color: #7D24BE;
}
.BgClassName
{
background-color: #7D24BE;
}
</style>
border-color css
<style>
span { border-color: #7D24BE; }
span { border-color: rgb(125,36,190); }
td.TdClassName
{
border-color: #7D24BE;
}
.TagClassName
{
border-color: #7D24BE;
}
</style>