Shades of Purple Heart #620AAE
Tints of Purple Heart #620AAE
RGB
CMYK
RGB Variations
Color information
#620AAE (or 0x620AAE) is known color: Purple Heart. HEX triplet: 62, 0A and AE. RGB value is (98,10,174). Sum of RGB (Red+Green+Blue) = 98+10+174=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #620AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAE is #9DF551. Grayscale: #363636. Windows color (decimal): -10351954 or 11405922. OLE color: 11405922.
HSL color Cylindrical-coordinate representation of color #620AAE: hue angle of 272.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AAE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 10 | 174 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.32 |
| HSL | 272.2º | 0.89% | 0.36% | - |
| HSV(B) | 272.2º | 0.94% | 0.68% | - |
| XYZ | 12.79 | 5.87 | 40.5 | - |
| YUV | 55.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 174 | 0.44 | 0.94 | 0 | 0.32 | 272.2 | 0.89 | 0.36 |
| Hex | 62 | A | AE | 2C | 5E | 0 | 20 | 110 | 59 | 24 |
| Octal | 142 | 12 | 256 | 54 | 136 | 0 | 40 | 420 | 131 | 44 |
| Binary | 1100010 | 1010 | 10101110 | 101100 | 1011110 | 0 | 100000 | 100010000 | 1011001 | 100100 |
Color Harmonies of #620AAE
Complementary color
Monochromatic Colors of #620AAE
Black with #620AAE
Text Example
Text Example
White with #620AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AAE; }
p { color: rgb(98,10,174); }
H1.HeaderClassName
{
color: #620AAE;
}
.AnyTagClassName
{
color: #620AAE;
}
</style>
background-color css
<style>
a { background-color: #620AAE; }
a { background-color: rgb(98,10,174); }
div.DivClassName
{
background-color: #620AAE;
}
.BgClassName
{
background-color: #620AAE;
}
</style>
border-color css
<style>
span { border-color: #620AAE; }
span { border-color: rgb(98,10,174); }
td.TdClassName
{
border-color: #620AAE;
}
.TagClassName
{
border-color: #620AAE;
}
</style>