Shades of Purple Heart #620BAA
Tints of Purple Heart #620BAA
RGB
CMYK
RGB Variations
Color information
#620BAA (or 0x620BAA) is known color: Purple Heart. HEX triplet: 62, 0B and AA. RGB value is (98,11,170). Sum of RGB (Red+Green+Blue) = 98+11+170=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #620BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620BAA is #9DF455. Grayscale: #363636. Windows color (decimal): -10351702 or 11144034. OLE color: 11144034.
HSL color Cylindrical-coordinate representation of color #620BAA: hue angle of 272.83º degrees, saturation: 0.88, 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 #620BAA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 11 | 170 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.33 |
| HSL | 272.83º | 0.88% | 0.35% | - |
| HSV(B) | 272.83º | 0.94% | 0.67% | - |
| XYZ | 12.41 | 5.74 | 38.48 | - |
| YUV | 55.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 170 | 0.42 | 0.94 | 0 | 0.33 | 272.83 | 0.88 | 0.35 |
| Hex | 62 | B | AA | 2A | 5E | 0 | 21 | 111 | 58 | 23 |
| Octal | 142 | 13 | 252 | 52 | 136 | 0 | 41 | 421 | 130 | 43 |
| Binary | 1100010 | 1011 | 10101010 | 101010 | 1011110 | 0 | 100001 | 100010001 | 1011000 | 100011 |
Color Harmonies of #620BAA
Complementary color
Monochromatic Colors of #620BAA
Black with #620BAA
Text Example
Text Example
White with #620BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BAA; }
p { color: rgb(98,11,170); }
H1.HeaderClassName
{
color: #620BAA;
}
.AnyTagClassName
{
color: #620BAA;
}
</style>
background-color css
<style>
a { background-color: #620BAA; }
a { background-color: rgb(98,11,170); }
div.DivClassName
{
background-color: #620BAA;
}
.BgClassName
{
background-color: #620BAA;
}
</style>
border-color css
<style>
span { border-color: #620BAA; }
span { border-color: rgb(98,11,170); }
td.TdClassName
{
border-color: #620BAA;
}
.TagClassName
{
border-color: #620BAA;
}
</style>