Shades of Purple Heart #6219AD
Tints of Purple Heart #6219AD
RGB
CMYK
RGB Variations
Color information
#6219AD (or 0x6219AD) is known color: Purple Heart. HEX triplet: 62, 19 and AD. RGB value is (98,25,173). Sum of RGB (Red+Green+Blue) = 98+25+173=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #6219AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6219AD is #9DE652. Grayscale: #3F3F3F. Windows color (decimal): -10348115 or 11344226. OLE color: 11344226.
HSL color Cylindrical-coordinate representation of color #6219AD: hue angle of 269.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6219AD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 25 | 173 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.32 |
| HSL | 269.59º | 0.75% | 0.39% | - |
| HSV(B) | 269.59º | 0.86% | 0.68% | - |
| XYZ | 12.93 | 6.31 | 40.07 | - |
| YUV | 63.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 173 | 0.43 | 0.86 | 0 | 0.32 | 269.59 | 0.75 | 0.39 |
| Hex | 62 | 19 | AD | 2B | 56 | 0 | 20 | 10E | 4B | 27 |
| Octal | 142 | 31 | 255 | 53 | 126 | 0 | 40 | 416 | 113 | 47 |
| Binary | 1100010 | 11001 | 10101101 | 101011 | 1010110 | 0 | 100000 | 100001110 | 1001011 | 100111 |
Color Harmonies of #6219AD
Complementary color
Monochromatic Colors of #6219AD
Black with #6219AD
Text Example
Text Example
White with #6219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219AD; }
p { color: rgb(98,25,173); }
H1.HeaderClassName
{
color: #6219AD;
}
.AnyTagClassName
{
color: #6219AD;
}
</style>
background-color css
<style>
a { background-color: #6219AD; }
a { background-color: rgb(98,25,173); }
div.DivClassName
{
background-color: #6219AD;
}
.BgClassName
{
background-color: #6219AD;
}
</style>
border-color css
<style>
span { border-color: #6219AD; }
span { border-color: rgb(98,25,173); }
td.TdClassName
{
border-color: #6219AD;
}
.TagClassName
{
border-color: #6219AD;
}
</style>