Shades of Purple Heart #622AAA
Tints of Purple Heart #622AAA
RGB
CMYK
RGB Variations
Color information
#622AAA (or 0x622AAA) is known color: Purple Heart. HEX triplet: 62, 2A and AA. RGB value is (98,42,170). Sum of RGB (Red+Green+Blue) = 98+42+170=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #622AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622AAA is #9DD555. Grayscale: #484848. Windows color (decimal): -10343766 or 11151970. OLE color: 11151970.
HSL color Cylindrical-coordinate representation of color #622AAA: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622AAA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 42 | 170 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.33 |
| HSL | 266.25º | 0.6% | 0.42% | - |
| HSV(B) | 266.25º | 0.75% | 0.67% | - |
| XYZ | 13.12 | 7.15 | 38.72 | - |
| YUV | 73.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 170 | 0.42 | 0.75 | 0 | 0.33 | 266.25 | 0.6 | 0.42 |
| Hex | 62 | 2A | AA | 2A | 4B | 0 | 21 | 10A | 3C | 2A |
| Octal | 142 | 52 | 252 | 52 | 113 | 0 | 41 | 412 | 74 | 52 |
| Binary | 1100010 | 101010 | 10101010 | 101010 | 1001011 | 0 | 100001 | 100001010 | 111100 | 101010 |
Color Harmonies of #622AAA
Complementary color
Monochromatic Colors of #622AAA
Black with #622AAA
Text Example
Text Example
White with #622AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AAA; }
p { color: rgb(98,42,170); }
H1.HeaderClassName
{
color: #622AAA;
}
.AnyTagClassName
{
color: #622AAA;
}
</style>
background-color css
<style>
a { background-color: #622AAA; }
a { background-color: rgb(98,42,170); }
div.DivClassName
{
background-color: #622AAA;
}
.BgClassName
{
background-color: #622AAA;
}
</style>
border-color css
<style>
span { border-color: #622AAA; }
span { border-color: rgb(98,42,170); }
td.TdClassName
{
border-color: #622AAA;
}
.TagClassName
{
border-color: #622AAA;
}
</style>