Shades of Purple Heart #620CAA
Tints of Purple Heart #620CAA
RGB
CMYK
RGB Variations
Color information
#620CAA (or 0x620CAA) is known color: Purple Heart. HEX triplet: 62, 0C and AA. RGB value is (98,12,170). Sum of RGB (Red+Green+Blue) = 98+12+170=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #620CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620CAA is #9DF355. Grayscale: #373737. Windows color (decimal): -10351446 or 11144290. OLE color: 11144290.
HSL color Cylindrical-coordinate representation of color #620CAA: hue angle of 272.66º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620CAA is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 12 | 170 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.33 |
| HSL | 272.66º | 0.87% | 0.36% | - |
| HSV(B) | 272.66º | 0.93% | 0.67% | - |
| XYZ | 12.42 | 5.76 | 38.49 | - |
| YUV | 55.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 170 | 0.42 | 0.93 | 0 | 0.33 | 272.66 | 0.87 | 0.36 |
| Hex | 62 | C | AA | 2A | 5D | 0 | 21 | 111 | 57 | 24 |
| Octal | 142 | 14 | 252 | 52 | 135 | 0 | 41 | 421 | 127 | 44 |
| Binary | 1100010 | 1100 | 10101010 | 101010 | 1011101 | 0 | 100001 | 100010001 | 1010111 | 100100 |
Color Harmonies of #620CAA
Complementary color
Monochromatic Colors of #620CAA
Black with #620CAA
Text Example
Text Example
White with #620CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CAA; }
p { color: rgb(98,12,170); }
H1.HeaderClassName
{
color: #620CAA;
}
.AnyTagClassName
{
color: #620CAA;
}
</style>
background-color css
<style>
a { background-color: #620CAA; }
a { background-color: rgb(98,12,170); }
div.DivClassName
{
background-color: #620CAA;
}
.BgClassName
{
background-color: #620CAA;
}
</style>
border-color css
<style>
span { border-color: #620CAA; }
span { border-color: rgb(98,12,170); }
td.TdClassName
{
border-color: #620CAA;
}
.TagClassName
{
border-color: #620CAA;
}
</style>