Shades of Purple Heart #7105AD
Tints of Purple Heart #7105AD
RGB
CMYK
RGB Variations
Color information
#7105AD (or 0x7105AD) is known color: Purple Heart. HEX triplet: 71, 05 and AD. RGB value is (113,5,173). Sum of RGB (Red+Green+Blue) = 113+5+173=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #7105AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7105AD is #8EFA52. Grayscale: #373737. Windows color (decimal): -9370195 or 11339121. OLE color: 11339121.
HSL color Cylindrical-coordinate representation of color #7105AD: hue angle of 278.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7105AD is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 5 | 173 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.32 |
| HSL | 278.57º | 0.94% | 0.35% | - |
| HSV(B) | 278.57º | 0.97% | 0.68% | - |
| XYZ | 14.41 | 6.64 | 40.06 | - |
| YUV | 56.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 173 | 0.35 | 0.97 | 0 | 0.32 | 278.57 | 0.94 | 0.35 |
| Hex | 71 | 5 | AD | 23 | 61 | 0 | 20 | 117 | 5E | 23 |
| Octal | 161 | 5 | 255 | 43 | 141 | 0 | 40 | 427 | 136 | 43 |
| Binary | 1110001 | 101 | 10101101 | 100011 | 1100001 | 0 | 100000 | 100010111 | 1011110 | 100011 |
Color Harmonies of #7105AD
Complementary color
Monochromatic Colors of #7105AD
Black with #7105AD
Text Example
Text Example
White with #7105AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105AD; }
p { color: rgb(113,5,173); }
H1.HeaderClassName
{
color: #7105AD;
}
.AnyTagClassName
{
color: #7105AD;
}
</style>
background-color css
<style>
a { background-color: #7105AD; }
a { background-color: rgb(113,5,173); }
div.DivClassName
{
background-color: #7105AD;
}
.BgClassName
{
background-color: #7105AD;
}
</style>
border-color css
<style>
span { border-color: #7105AD; }
span { border-color: rgb(113,5,173); }
td.TdClassName
{
border-color: #7105AD;
}
.TagClassName
{
border-color: #7105AD;
}
</style>