Shades of Purple Heart #622CBA
Tints of Purple Heart #622CBA
RGB
CMYK
RGB Variations
Color information
#622CBA (or 0x622CBA) is known color: Purple Heart. HEX triplet: 62, 2C and BA. RGB value is (98,44,186). Sum of RGB (Red+Green+Blue) = 98+44+186=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #622CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CBA is #9DD345. Grayscale: #4B4B4B. Windows color (decimal): -10343238 or 12201058. OLE color: 12201058.
HSL color Cylindrical-coordinate representation of color #622CBA: hue angle of 262.82º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622CBA is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 44 | 186 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.27 |
| HSL | 262.82º | 0.62% | 0.45% | - |
| HSV(B) | 262.82º | 0.76% | 0.73% | - |
| XYZ | 14.8 | 7.94 | 47.21 | - |
| YUV | 76.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 186 | 0.47 | 0.76 | 0 | 0.27 | 262.82 | 0.62 | 0.45 |
| Hex | 62 | 2C | BA | 2F | 4C | 0 | 1B | 107 | 3E | 2D |
| Octal | 142 | 54 | 272 | 57 | 114 | 0 | 33 | 407 | 76 | 55 |
| Binary | 1100010 | 101100 | 10111010 | 101111 | 1001100 | 0 | 11011 | 100000111 | 111110 | 101101 |
Color Harmonies of #622CBA
Complementary color
Monochromatic Colors of #622CBA
Black with #622CBA
Text Example
Text Example
White with #622CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CBA; }
p { color: rgb(98,44,186); }
H1.HeaderClassName
{
color: #622CBA;
}
.AnyTagClassName
{
color: #622CBA;
}
</style>
background-color css
<style>
a { background-color: #622CBA; }
a { background-color: rgb(98,44,186); }
div.DivClassName
{
background-color: #622CBA;
}
.BgClassName
{
background-color: #622CBA;
}
</style>
border-color css
<style>
span { border-color: #622CBA; }
span { border-color: rgb(98,44,186); }
td.TdClassName
{
border-color: #622CBA;
}
.TagClassName
{
border-color: #622CBA;
}
</style>