Shades of Purple Heart #620EAC
Tints of Purple Heart #620EAC
RGB
CMYK
RGB Variations
Color information
#620EAC (or 0x620EAC) is known color: Purple Heart. HEX triplet: 62, 0E and AC. RGB value is (98,14,172). Sum of RGB (Red+Green+Blue) = 98+14+172=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #620EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620EAC is #9DF153. Grayscale: #383838. Windows color (decimal): -10350932 or 11275874. OLE color: 11275874.
HSL color Cylindrical-coordinate representation of color #620EAC: hue angle of 271.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620EAC is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 14 | 172 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.33 |
| HSL | 271.9º | 0.85% | 0.36% | - |
| HSV(B) | 271.9º | 0.92% | 0.67% | - |
| XYZ | 12.64 | 5.89 | 39.5 | - |
| YUV | 57.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 172 | 0.43 | 0.92 | 0 | 0.33 | 271.9 | 0.85 | 0.36 |
| Hex | 62 | E | AC | 2B | 5C | 0 | 21 | 110 | 55 | 24 |
| Octal | 142 | 16 | 254 | 53 | 134 | 0 | 41 | 420 | 125 | 44 |
| Binary | 1100010 | 1110 | 10101100 | 101011 | 1011100 | 0 | 100001 | 100010000 | 1010101 | 100100 |
Color Harmonies of #620EAC
Complementary color
Monochromatic Colors of #620EAC
Black with #620EAC
Text Example
Text Example
White with #620EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EAC; }
p { color: rgb(98,14,172); }
H1.HeaderClassName
{
color: #620EAC;
}
.AnyTagClassName
{
color: #620EAC;
}
</style>
background-color css
<style>
a { background-color: #620EAC; }
a { background-color: rgb(98,14,172); }
div.DivClassName
{
background-color: #620EAC;
}
.BgClassName
{
background-color: #620EAC;
}
</style>
border-color css
<style>
span { border-color: #620EAC; }
span { border-color: rgb(98,14,172); }
td.TdClassName
{
border-color: #620EAC;
}
.TagClassName
{
border-color: #620EAC;
}
</style>