Shades of Purple Heart #7041D3
Tints of Purple Heart #7041D3
RGB
CMYK
RGB Variations
Color information
#7041D3 (or 0x7041D3) is known color: Purple Heart. HEX triplet: 70, 41 and D3. RGB value is (112,65,211). Sum of RGB (Red+Green+Blue) = 112+65+211=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #7041D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041D3 is #8FBE2C. Grayscale: #5F5F5F. Windows color (decimal): -9420333 or 13844848. OLE color: 13844848.
HSL color Cylindrical-coordinate representation of color #7041D3: hue angle of 259.32º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7041D3 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 65 | 211 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.17 |
| HSL | 259.32º | 0.62% | 0.54% | - |
| HSV(B) | 259.32º | 0.69% | 0.83% | - |
| XYZ | 20.33 | 11.93 | 62.86 | - |
| YUV | 95.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 211 | 0.47 | 0.69 | 0 | 0.17 | 259.32 | 0.62 | 0.54 |
| Hex | 70 | 41 | D3 | 2F | 45 | 0 | 11 | 103 | 3E | 36 |
| Octal | 160 | 101 | 323 | 57 | 105 | 0 | 21 | 403 | 76 | 66 |
| Binary | 1110000 | 1000001 | 11010011 | 101111 | 1000101 | 0 | 10001 | 100000011 | 111110 | 110110 |
Color Harmonies of #7041D3
Complementary color
Monochromatic Colors of #7041D3
Black with #7041D3
Text Example
Text Example
White with #7041D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041D3; }
p { color: rgb(112,65,211); }
H1.HeaderClassName
{
color: #7041D3;
}
.AnyTagClassName
{
color: #7041D3;
}
</style>
background-color css
<style>
a { background-color: #7041D3; }
a { background-color: rgb(112,65,211); }
div.DivClassName
{
background-color: #7041D3;
}
.BgClassName
{
background-color: #7041D3;
}
</style>
border-color css
<style>
span { border-color: #7041D3; }
span { border-color: rgb(112,65,211); }
td.TdClassName
{
border-color: #7041D3;
}
.TagClassName
{
border-color: #7041D3;
}
</style>