Shades of Purple Heart #622ABD
Tints of Purple Heart #622ABD
RGB
CMYK
RGB Variations
Color information
#622ABD (or 0x622ABD) is known color: Purple Heart. HEX triplet: 62, 2A and BD. RGB value is (98,42,189). Sum of RGB (Red+Green+Blue) = 98+42+189=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #622ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622ABD is #9DD542. Grayscale: #4A4A4A. Windows color (decimal): -10343747 or 12397154. OLE color: 12397154.
HSL color Cylindrical-coordinate representation of color #622ABD: hue angle of 262.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622ABD is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 42 | 189 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.26 |
| HSL | 262.86º | 0.64% | 0.45% | - |
| HSV(B) | 262.86º | 0.78% | 0.74% | - |
| XYZ | 15.05 | 7.93 | 48.88 | - |
| YUV | 75.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 189 | 0.48 | 0.78 | 0 | 0.26 | 262.86 | 0.64 | 0.45 |
| Hex | 62 | 2A | BD | 30 | 4E | 0 | 1A | 107 | 40 | 2D |
| Octal | 142 | 52 | 275 | 60 | 116 | 0 | 32 | 407 | 100 | 55 |
| Binary | 1100010 | 101010 | 10111101 | 110000 | 1001110 | 0 | 11010 | 100000111 | 1000000 | 101101 |
Color Harmonies of #622ABD
Complementary color
Monochromatic Colors of #622ABD
Black with #622ABD
Text Example
Text Example
White with #622ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622ABD; }
p { color: rgb(98,42,189); }
H1.HeaderClassName
{
color: #622ABD;
}
.AnyTagClassName
{
color: #622ABD;
}
</style>
background-color css
<style>
a { background-color: #622ABD; }
a { background-color: rgb(98,42,189); }
div.DivClassName
{
background-color: #622ABD;
}
.BgClassName
{
background-color: #622ABD;
}
</style>
border-color css
<style>
span { border-color: #622ABD; }
span { border-color: rgb(98,42,189); }
td.TdClassName
{
border-color: #622ABD;
}
.TagClassName
{
border-color: #622ABD;
}
</style>