Shades of Purple Heart #7207AD
Tints of Purple Heart #7207AD
RGB
CMYK
RGB Variations
Color information
#7207AD (or 0x7207AD) is known color: Purple Heart. HEX triplet: 72, 07 and AD. RGB value is (114,7,173). Sum of RGB (Red+Green+Blue) = 114+7+173=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #7207AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7207AD is #8DF852. Grayscale: #393939. Windows color (decimal): -9304147 or 11339634. OLE color: 11339634.
HSL color Cylindrical-coordinate representation of color #7207AD: hue angle of 278.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7207AD is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 7 | 173 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.32 |
| HSL | 278.67º | 0.92% | 0.35% | - |
| HSV(B) | 278.67º | 0.96% | 0.68% | - |
| XYZ | 14.56 | 6.75 | 40.07 | - |
| YUV | 57.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 173 | 0.34 | 0.96 | 0 | 0.32 | 278.67 | 0.92 | 0.35 |
| Hex | 72 | 7 | AD | 22 | 60 | 0 | 20 | 117 | 5C | 23 |
| Octal | 162 | 7 | 255 | 42 | 140 | 0 | 40 | 427 | 134 | 43 |
| Binary | 1110010 | 111 | 10101101 | 100010 | 1100000 | 0 | 100000 | 100010111 | 1011100 | 100011 |
Color Harmonies of #7207AD
Complementary color
Monochromatic Colors of #7207AD
Black with #7207AD
Text Example
Text Example
White with #7207AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7207AD; }
p { color: rgb(114,7,173); }
H1.HeaderClassName
{
color: #7207AD;
}
.AnyTagClassName
{
color: #7207AD;
}
</style>
background-color css
<style>
a { background-color: #7207AD; }
a { background-color: rgb(114,7,173); }
div.DivClassName
{
background-color: #7207AD;
}
.BgClassName
{
background-color: #7207AD;
}
</style>
border-color css
<style>
span { border-color: #7207AD; }
span { border-color: rgb(114,7,173); }
td.TdClassName
{
border-color: #7207AD;
}
.TagClassName
{
border-color: #7207AD;
}
</style>