Shades of Purple Heart #622BBA
Tints of Purple Heart #622BBA
RGB
CMYK
RGB Variations
Color information
#622BBA (or 0x622BBA) is known color: Purple Heart. HEX triplet: 62, 2B and BA. RGB value is (98,43,186). Sum of RGB (Red+Green+Blue) = 98+43+186=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #622BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BBA is #9DD445. Grayscale: #4B4B4B. Windows color (decimal): -10343494 or 12200802. OLE color: 12200802.
HSL color Cylindrical-coordinate representation of color #622BBA: hue angle of 263.08º degrees, saturation: 0.62, 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 #622BBA is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 43 | 186 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.27 |
| HSL | 263.08º | 0.62% | 0.45% | - |
| HSV(B) | 263.08º | 0.77% | 0.73% | - |
| XYZ | 14.76 | 7.87 | 47.2 | - |
| YUV | 75.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 186 | 0.47 | 0.77 | 0 | 0.27 | 263.08 | 0.62 | 0.45 |
| Hex | 62 | 2B | BA | 2F | 4D | 0 | 1B | 107 | 3E | 2D |
| Octal | 142 | 53 | 272 | 57 | 115 | 0 | 33 | 407 | 76 | 55 |
| Binary | 1100010 | 101011 | 10111010 | 101111 | 1001101 | 0 | 11011 | 100000111 | 111110 | 101101 |
Color Harmonies of #622BBA
Complementary color
Monochromatic Colors of #622BBA
Black with #622BBA
Text Example
Text Example
White with #622BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BBA; }
p { color: rgb(98,43,186); }
H1.HeaderClassName
{
color: #622BBA;
}
.AnyTagClassName
{
color: #622BBA;
}
</style>
background-color css
<style>
a { background-color: #622BBA; }
a { background-color: rgb(98,43,186); }
div.DivClassName
{
background-color: #622BBA;
}
.BgClassName
{
background-color: #622BBA;
}
</style>
border-color css
<style>
span { border-color: #622BBA; }
span { border-color: rgb(98,43,186); }
td.TdClassName
{
border-color: #622BBA;
}
.TagClassName
{
border-color: #622BBA;
}
</style>