Shades of Purple Heart #6213AA
Tints of Purple Heart #6213AA
RGB
CMYK
RGB Variations
Color information
#6213AA (or 0x6213AA) is known color: Purple Heart. HEX triplet: 62, 13 and AA. RGB value is (98,19,170). Sum of RGB (Red+Green+Blue) = 98+19+170=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #6213AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213AA is #9DEC55. Grayscale: #3B3B3B. Windows color (decimal): -10349654 or 11146082. OLE color: 11146082.
HSL color Cylindrical-coordinate representation of color #6213AA: hue angle of 271.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6213AA is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 19 | 170 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.33 |
| HSL | 271.39º | 0.8% | 0.37% | - |
| HSV(B) | 271.39º | 0.89% | 0.67% | - |
| XYZ | 12.53 | 5.96 | 38.52 | - |
| YUV | 59.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 170 | 0.42 | 0.89 | 0 | 0.33 | 271.39 | 0.8 | 0.37 |
| Hex | 62 | 13 | AA | 2A | 59 | 0 | 21 | 10F | 50 | 25 |
| Octal | 142 | 23 | 252 | 52 | 131 | 0 | 41 | 417 | 120 | 45 |
| Binary | 1100010 | 10011 | 10101010 | 101010 | 1011001 | 0 | 100001 | 100001111 | 1010000 | 100101 |
Color Harmonies of #6213AA
Complementary color
Monochromatic Colors of #6213AA
Black with #6213AA
Text Example
Text Example
White with #6213AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213AA; }
p { color: rgb(98,19,170); }
H1.HeaderClassName
{
color: #6213AA;
}
.AnyTagClassName
{
color: #6213AA;
}
</style>
background-color css
<style>
a { background-color: #6213AA; }
a { background-color: rgb(98,19,170); }
div.DivClassName
{
background-color: #6213AA;
}
.BgClassName
{
background-color: #6213AA;
}
</style>
border-color css
<style>
span { border-color: #6213AA; }
span { border-color: rgb(98,19,170); }
td.TdClassName
{
border-color: #6213AA;
}
.TagClassName
{
border-color: #6213AA;
}
</style>