Shades of Purple Heart #620AB5
Tints of Purple Heart #620AB5
RGB
CMYK
RGB Variations
Color information
#620AB5 (or 0x620AB5) is known color: Purple Heart. HEX triplet: 62, 0A and B5. RGB value is (98,10,181). Sum of RGB (Red+Green+Blue) = 98+10+181=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #620AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620AB5 is #9DF54A. Grayscale: #373737. Windows color (decimal): -10351947 or 11864674. OLE color: 11864674.
HSL color Cylindrical-coordinate representation of color #620AB5: hue angle of 270.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AB5 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 10 | 181 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.29 |
| HSL | 270.88º | 0.9% | 0.37% | - |
| HSV(B) | 270.88º | 0.94% | 0.71% | - |
| XYZ | 13.49 | 6.15 | 44.19 | - |
| YUV | 55.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 181 | 0.46 | 0.94 | 0 | 0.29 | 270.88 | 0.9 | 0.37 |
| Hex | 62 | A | B5 | 2E | 5E | 0 | 1D | 10F | 5A | 25 |
| Octal | 142 | 12 | 265 | 56 | 136 | 0 | 35 | 417 | 132 | 45 |
| Binary | 1100010 | 1010 | 10110101 | 101110 | 1011110 | 0 | 11101 | 100001111 | 1011010 | 100101 |
Color Harmonies of #620AB5
Complementary color
Monochromatic Colors of #620AB5
Black with #620AB5
Text Example
Text Example
White with #620AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AB5; }
p { color: rgb(98,10,181); }
H1.HeaderClassName
{
color: #620AB5;
}
.AnyTagClassName
{
color: #620AB5;
}
</style>
background-color css
<style>
a { background-color: #620AB5; }
a { background-color: rgb(98,10,181); }
div.DivClassName
{
background-color: #620AB5;
}
.BgClassName
{
background-color: #620AB5;
}
</style>
border-color css
<style>
span { border-color: #620AB5; }
span { border-color: rgb(98,10,181); }
td.TdClassName
{
border-color: #620AB5;
}
.TagClassName
{
border-color: #620AB5;
}
</style>