Shades of Purple Heart #6216AD
Tints of Purple Heart #6216AD
RGB
CMYK
RGB Variations
Color information
#6216AD (or 0x6216AD) is known color: Purple Heart. HEX triplet: 62, 16 and AD. RGB value is (98,22,173). Sum of RGB (Red+Green+Blue) = 98+22+173=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6216AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6216AD is #9DE952. Grayscale: #3D3D3D. Windows color (decimal): -10348883 or 11343458. OLE color: 11343458.
HSL color Cylindrical-coordinate representation of color #6216AD: hue angle of 270.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6216AD is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 22 | 173 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.32 |
| HSL | 270.2º | 0.77% | 0.38% | - |
| HSV(B) | 270.2º | 0.87% | 0.68% | - |
| XYZ | 12.87 | 6.19 | 40.05 | - |
| YUV | 61.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 173 | 0.43 | 0.87 | 0 | 0.32 | 270.2 | 0.77 | 0.38 |
| Hex | 62 | 16 | AD | 2B | 57 | 0 | 20 | 10E | 4D | 26 |
| Octal | 142 | 26 | 255 | 53 | 127 | 0 | 40 | 416 | 115 | 46 |
| Binary | 1100010 | 10110 | 10101101 | 101011 | 1010111 | 0 | 100000 | 100001110 | 1001101 | 100110 |
Color Harmonies of #6216AD
Complementary color
Monochromatic Colors of #6216AD
Black with #6216AD
Text Example
Text Example
White with #6216AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6216AD; }
p { color: rgb(98,22,173); }
H1.HeaderClassName
{
color: #6216AD;
}
.AnyTagClassName
{
color: #6216AD;
}
</style>
background-color css
<style>
a { background-color: #6216AD; }
a { background-color: rgb(98,22,173); }
div.DivClassName
{
background-color: #6216AD;
}
.BgClassName
{
background-color: #6216AD;
}
</style>
border-color css
<style>
span { border-color: #6216AD; }
span { border-color: rgb(98,22,173); }
td.TdClassName
{
border-color: #6216AD;
}
.TagClassName
{
border-color: #6216AD;
}
</style>