Shades of Purple Heart #620AAA
Tints of Purple Heart #620AAA
RGB
CMYK
RGB Variations
Color information
#620AAA (or 0x620AAA) is known color: Purple Heart. HEX triplet: 62, 0A and AA. RGB value is (98,10,170). Sum of RGB (Red+Green+Blue) = 98+10+170=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #620AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAA is #9DF555. Grayscale: #363636. Windows color (decimal): -10351958 or 11143778. OLE color: 11143778.
HSL color Cylindrical-coordinate representation of color #620AAA: hue angle of 273º 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 #620AAA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 10 | 170 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.33 |
| HSL | 273º | 0.89% | 0.35% | - |
| HSV(B) | 273º | 0.94% | 0.67% | - |
| XYZ | 12.4 | 5.72 | 38.48 | - |
| YUV | 54.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 170 | 0.42 | 0.94 | 0 | 0.33 | 273 | 0.89 | 0.35 |
| Hex | 62 | A | AA | 2A | 5E | 0 | 21 | 111 | 59 | 23 |
| Octal | 142 | 12 | 252 | 52 | 136 | 0 | 41 | 421 | 131 | 43 |
| Binary | 1100010 | 1010 | 10101010 | 101010 | 1011110 | 0 | 100001 | 100010001 | 1011001 | 100011 |
Color Harmonies of #620AAA
Complementary color
Monochromatic Colors of #620AAA
Black with #620AAA
Text Example
Text Example
White with #620AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AAA; }
p { color: rgb(98,10,170); }
H1.HeaderClassName
{
color: #620AAA;
}
.AnyTagClassName
{
color: #620AAA;
}
</style>
background-color css
<style>
a { background-color: #620AAA; }
a { background-color: rgb(98,10,170); }
div.DivClassName
{
background-color: #620AAA;
}
.BgClassName
{
background-color: #620AAA;
}
</style>
border-color css
<style>
span { border-color: #620AAA; }
span { border-color: rgb(98,10,170); }
td.TdClassName
{
border-color: #620AAA;
}
.TagClassName
{
border-color: #620AAA;
}
</style>