Shades of Purple Heart #6114AD
Tints of Purple Heart #6114AD
RGB
CMYK
RGB Variations
Color information
#6114AD (or 0x6114AD) is known color: Purple Heart. HEX triplet: 61, 14 and AD. RGB value is (97,20,173). Sum of RGB (Red+Green+Blue) = 97+20+173=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #6114AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6114AD is #9EEB52. Grayscale: #3B3B3B. Windows color (decimal): -10414931 or 11342945. OLE color: 11342945.
HSL color Cylindrical-coordinate representation of color #6114AD: hue angle of 270.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6114AD is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 20 | 173 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.32 |
| HSL | 270.2º | 0.79% | 0.38% | - |
| HSV(B) | 270.2º | 0.88% | 0.68% | - |
| XYZ | 12.72 | 6.06 | 40.03 | - |
| YUV | 60.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 173 | 0.44 | 0.88 | 0 | 0.32 | 270.2 | 0.79 | 0.38 |
| Hex | 61 | 14 | AD | 2C | 58 | 0 | 20 | 10E | 4F | 26 |
| Octal | 141 | 24 | 255 | 54 | 130 | 0 | 40 | 416 | 117 | 46 |
| Binary | 1100001 | 10100 | 10101101 | 101100 | 1011000 | 0 | 100000 | 100001110 | 1001111 | 100110 |
Color Harmonies of #6114AD
Complementary color
Monochromatic Colors of #6114AD
Black with #6114AD
Text Example
Text Example
White with #6114AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114AD; }
p { color: rgb(97,20,173); }
H1.HeaderClassName
{
color: #6114AD;
}
.AnyTagClassName
{
color: #6114AD;
}
</style>
background-color css
<style>
a { background-color: #6114AD; }
a { background-color: rgb(97,20,173); }
div.DivClassName
{
background-color: #6114AD;
}
.BgClassName
{
background-color: #6114AD;
}
</style>
border-color css
<style>
span { border-color: #6114AD; }
span { border-color: rgb(97,20,173); }
td.TdClassName
{
border-color: #6114AD;
}
.TagClassName
{
border-color: #6114AD;
}
</style>