Shades of Purple Heart #7D41CA
Tints of Purple Heart #7D41CA
RGB
CMYK
RGB Variations
Color information
#7D41CA (or 0x7D41CA) is known color: Purple Heart. HEX triplet: 7D, 41 and CA. RGB value is (125,65,202). Sum of RGB (Red+Green+Blue) = 125+65+202=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41CA is #82BE35. Grayscale: #626262. Windows color (decimal): -8568374 or 13255037. OLE color: 13255037.
HSL color Cylindrical-coordinate representation of color #7D41CA: hue angle of 266.28º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D41CA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 65 | 202 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.21 |
| HSL | 266.28º | 0.56% | 0.52% | - |
| HSV(B) | 266.28º | 0.68% | 0.79% | - |
| XYZ | 21.01 | 12.4 | 57.16 | - |
| YUV | 98.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 202 | 0.38 | 0.68 | 0 | 0.21 | 266.28 | 0.56 | 0.52 |
| Hex | 7D | 41 | CA | 26 | 44 | 0 | 15 | 10A | 38 | 34 |
| Octal | 175 | 101 | 312 | 46 | 104 | 0 | 25 | 412 | 70 | 64 |
| Binary | 1111101 | 1000001 | 11001010 | 100110 | 1000100 | 0 | 10101 | 100001010 | 111000 | 110100 |
Color Harmonies of #7D41CA
Complementary color
Monochromatic Colors of #7D41CA
Black with #7D41CA
Text Example
Text Example
White with #7D41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D41CA; }
p { color: rgb(125,65,202); }
H1.HeaderClassName
{
color: #7D41CA;
}
.AnyTagClassName
{
color: #7D41CA;
}
</style>
background-color css
<style>
a { background-color: #7D41CA; }
a { background-color: rgb(125,65,202); }
div.DivClassName
{
background-color: #7D41CA;
}
.BgClassName
{
background-color: #7D41CA;
}
</style>
border-color css
<style>
span { border-color: #7D41CA; }
span { border-color: rgb(125,65,202); }
td.TdClassName
{
border-color: #7D41CA;
}
.TagClassName
{
border-color: #7D41CA;
}
</style>