Shades of Purple Heart #622AB9
Tints of Purple Heart #622AB9
RGB
CMYK
RGB Variations
Color information
#622AB9 (or 0x622AB9) is known color: Purple Heart. HEX triplet: 62, 2A and B9. RGB value is (98,42,185). Sum of RGB (Red+Green+Blue) = 98+42+185=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #622AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622AB9 is #9DD546. Grayscale: #4A4A4A. Windows color (decimal): -10343751 or 12135010. OLE color: 12135010.
HSL color Cylindrical-coordinate representation of color #622AB9: hue angle of 263.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #622AB9 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 42 | 185 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.27 |
| HSL | 263.5º | 0.63% | 0.45% | - |
| HSV(B) | 263.5º | 0.77% | 0.73% | - |
| XYZ | 14.62 | 7.76 | 46.63 | - |
| YUV | 75.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 185 | 0.47 | 0.77 | 0 | 0.27 | 263.5 | 0.63 | 0.45 |
| Hex | 62 | 2A | B9 | 2F | 4D | 0 | 1B | 107 | 3F | 2D |
| Octal | 142 | 52 | 271 | 57 | 115 | 0 | 33 | 407 | 77 | 55 |
| Binary | 1100010 | 101010 | 10111001 | 101111 | 1001101 | 0 | 11011 | 100000111 | 111111 | 101101 |
Color Harmonies of #622AB9
Complementary color
Monochromatic Colors of #622AB9
Black with #622AB9
Text Example
Text Example
White with #622AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AB9; }
p { color: rgb(98,42,185); }
H1.HeaderClassName
{
color: #622AB9;
}
.AnyTagClassName
{
color: #622AB9;
}
</style>
background-color css
<style>
a { background-color: #622AB9; }
a { background-color: rgb(98,42,185); }
div.DivClassName
{
background-color: #622AB9;
}
.BgClassName
{
background-color: #622AB9;
}
</style>
border-color css
<style>
span { border-color: #622AB9; }
span { border-color: rgb(98,42,185); }
td.TdClassName
{
border-color: #622AB9;
}
.TagClassName
{
border-color: #622AB9;
}
</style>