Shades of Purple Heart #622EB8
Tints of Purple Heart #622EB8
RGB
CMYK
RGB Variations
Color information
#622EB8 (or 0x622EB8) is known color: Purple Heart. HEX triplet: 62, 2E and B8. RGB value is (98,46,184). Sum of RGB (Red+Green+Blue) = 98+46+184=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #622EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622EB8 is #9DD147. Grayscale: #4C4C4C. Windows color (decimal): -10342728 or 12070498. OLE color: 12070498.
HSL color Cylindrical-coordinate representation of color #622EB8: hue angle of 262.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622EB8 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 46 | 184 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.28 |
| HSL | 262.61º | 0.6% | 0.45% | - |
| HSV(B) | 262.61º | 0.75% | 0.72% | - |
| XYZ | 14.67 | 8.01 | 46.12 | - |
| YUV | 77.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 184 | 0.47 | 0.75 | 0 | 0.28 | 262.61 | 0.6 | 0.45 |
| Hex | 62 | 2E | B8 | 2F | 4B | 0 | 1C | 107 | 3C | 2D |
| Octal | 142 | 56 | 270 | 57 | 113 | 0 | 34 | 407 | 74 | 55 |
| Binary | 1100010 | 101110 | 10111000 | 101111 | 1001011 | 0 | 11100 | 100000111 | 111100 | 101101 |
Color Harmonies of #622EB8
Complementary color
Monochromatic Colors of #622EB8
Black with #622EB8
Text Example
Text Example
White with #622EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EB8; }
p { color: rgb(98,46,184); }
H1.HeaderClassName
{
color: #622EB8;
}
.AnyTagClassName
{
color: #622EB8;
}
</style>
background-color css
<style>
a { background-color: #622EB8; }
a { background-color: rgb(98,46,184); }
div.DivClassName
{
background-color: #622EB8;
}
.BgClassName
{
background-color: #622EB8;
}
</style>
border-color css
<style>
span { border-color: #622EB8; }
span { border-color: rgb(98,46,184); }
td.TdClassName
{
border-color: #622EB8;
}
.TagClassName
{
border-color: #622EB8;
}
</style>