Shades of Purple Heart #620AAF
Tints of Purple Heart #620AAF
RGB
CMYK
RGB Variations
Color information
#620AAF (or 0x620AAF) is known color: Purple Heart. HEX triplet: 62, 0A and AF. RGB value is (98,10,175). Sum of RGB (Red+Green+Blue) = 98+10+175=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #620AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAF is #9DF550. Grayscale: #363636. Windows color (decimal): -10351953 or 11471458. OLE color: 11471458.
HSL color Cylindrical-coordinate representation of color #620AAF: hue angle of 272º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AAF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 10 | 175 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.31 |
| HSL | 272º | 0.89% | 0.36% | - |
| HSV(B) | 272º | 0.94% | 0.69% | - |
| XYZ | 12.88 | 5.91 | 41.02 | - |
| YUV | 55.12 | 195.65 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 175 | 0.44 | 0.94 | 0 | 0.31 | 272 | 0.89 | 0.36 |
| Hex | 62 | A | AF | 2C | 5E | 0 | 1F | 110 | 59 | 24 |
| Octal | 142 | 12 | 257 | 54 | 136 | 0 | 37 | 420 | 131 | 44 |
| Binary | 1100010 | 1010 | 10101111 | 101100 | 1011110 | 0 | 11111 | 100010000 | 1011001 | 100100 |
Color Harmonies of #620AAF
Complementary color
Monochromatic Colors of #620AAF
Black with #620AAF
Text Example
Text Example
White with #620AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AAF; }
p { color: rgb(98,10,175); }
H1.HeaderClassName
{
color: #620AAF;
}
.AnyTagClassName
{
color: #620AAF;
}
</style>
background-color css
<style>
a { background-color: #620AAF; }
a { background-color: rgb(98,10,175); }
div.DivClassName
{
background-color: #620AAF;
}
.BgClassName
{
background-color: #620AAF;
}
</style>
border-color css
<style>
span { border-color: #620AAF; }
span { border-color: rgb(98,10,175); }
td.TdClassName
{
border-color: #620AAF;
}
.TagClassName
{
border-color: #620AAF;
}
</style>