Shades of Purple Heart #620ABA
Tints of Purple Heart #620ABA
RGB
CMYK
RGB Variations
Color information
#620ABA (or 0x620ABA) is known color: Purple Heart. HEX triplet: 62, 0A and BA. RGB value is (98,10,186). Sum of RGB (Red+Green+Blue) = 98+10+186=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #620ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ABA is #9DF545. Grayscale: #373737. Windows color (decimal): -10351942 or 12192354. OLE color: 12192354.
HSL color Cylindrical-coordinate representation of color #620ABA: hue angle of 270º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620ABA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 10 | 186 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270º | 0.9% | 0.38% | - |
| HSV(B) | 270º | 0.95% | 0.73% | - |
| XYZ | 14.01 | 6.36 | 46.94 | - |
| YUV | 56.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 186 | 0.47 | 0.95 | 0 | 0.27 | 270 | 0.9 | 0.38 |
| Hex | 62 | A | BA | 2F | 5F | 0 | 1B | 10E | 5A | 26 |
| Octal | 142 | 12 | 272 | 57 | 137 | 0 | 33 | 416 | 132 | 46 |
| Binary | 1100010 | 1010 | 10111010 | 101111 | 1011111 | 0 | 11011 | 100001110 | 1011010 | 100110 |
Color Harmonies of #620ABA
Complementary color
Monochromatic Colors of #620ABA
Black with #620ABA
Text Example
Text Example
White with #620ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ABA; }
p { color: rgb(98,10,186); }
H1.HeaderClassName
{
color: #620ABA;
}
.AnyTagClassName
{
color: #620ABA;
}
</style>
background-color css
<style>
a { background-color: #620ABA; }
a { background-color: rgb(98,10,186); }
div.DivClassName
{
background-color: #620ABA;
}
.BgClassName
{
background-color: #620ABA;
}
</style>
border-color css
<style>
span { border-color: #620ABA; }
span { border-color: rgb(98,10,186); }
td.TdClassName
{
border-color: #620ABA;
}
.TagClassName
{
border-color: #620ABA;
}
</style>