Shades of Purple Heart #620AAB
Tints of Purple Heart #620AAB
RGB
CMYK
RGB Variations
Color information
#620AAB (or 0x620AAB) is known color: Purple Heart. HEX triplet: 62, 0A and AB. RGB value is (98,10,171). Sum of RGB (Red+Green+Blue) = 98+10+171=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #620AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAB is #9DF554. Grayscale: #363636. Windows color (decimal): -10351957 or 11209314. OLE color: 11209314.
HSL color Cylindrical-coordinate representation of color #620AAB: hue angle of 272.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AAB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 10 | 171 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.33 |
| HSL | 272.8º | 0.89% | 0.35% | - |
| HSV(B) | 272.8º | 0.94% | 0.67% | - |
| XYZ | 12.5 | 5.75 | 38.98 | - |
| YUV | 54.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 171 | 0.43 | 0.94 | 0 | 0.33 | 272.8 | 0.89 | 0.35 |
| Hex | 62 | A | AB | 2B | 5E | 0 | 21 | 111 | 59 | 23 |
| Octal | 142 | 12 | 253 | 53 | 136 | 0 | 41 | 421 | 131 | 43 |
| Binary | 1100010 | 1010 | 10101011 | 101011 | 1011110 | 0 | 100001 | 100010001 | 1011001 | 100011 |
Color Harmonies of #620AAB
Complementary color
Monochromatic Colors of #620AAB
Black with #620AAB
Text Example
Text Example
White with #620AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AAB; }
p { color: rgb(98,10,171); }
H1.HeaderClassName
{
color: #620AAB;
}
.AnyTagClassName
{
color: #620AAB;
}
</style>
background-color css
<style>
a { background-color: #620AAB; }
a { background-color: rgb(98,10,171); }
div.DivClassName
{
background-color: #620AAB;
}
.BgClassName
{
background-color: #620AAB;
}
</style>
border-color css
<style>
span { border-color: #620AAB; }
span { border-color: rgb(98,10,171); }
td.TdClassName
{
border-color: #620AAB;
}
.TagClassName
{
border-color: #620AAB;
}
</style>