Shades of Purple Heart #622BBC
Tints of Purple Heart #622BBC
RGB
CMYK
RGB Variations
Color information
#622BBC (or 0x622BBC) is known color: Purple Heart. HEX triplet: 62, 2B and BC. RGB value is (98,43,188). Sum of RGB (Red+Green+Blue) = 98+43+188=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #622BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BBC is #9DD443. Grayscale: #4B4B4B. Windows color (decimal): -10343492 or 12331874. OLE color: 12331874.
HSL color Cylindrical-coordinate representation of color #622BBC: hue angle of 262.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #622BBC is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 43 | 188 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.26 |
| HSL | 262.76º | 0.63% | 0.45% | - |
| HSV(B) | 262.76º | 0.77% | 0.74% | - |
| XYZ | 14.98 | 7.96 | 48.32 | - |
| YUV | 75.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 188 | 0.48 | 0.77 | 0 | 0.26 | 262.76 | 0.63 | 0.45 |
| Hex | 62 | 2B | BC | 30 | 4D | 0 | 1A | 107 | 3F | 2D |
| Octal | 142 | 53 | 274 | 60 | 115 | 0 | 32 | 407 | 77 | 55 |
| Binary | 1100010 | 101011 | 10111100 | 110000 | 1001101 | 0 | 11010 | 100000111 | 111111 | 101101 |
Color Harmonies of #622BBC
Complementary color
Monochromatic Colors of #622BBC
Black with #622BBC
Text Example
Text Example
White with #622BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BBC; }
p { color: rgb(98,43,188); }
H1.HeaderClassName
{
color: #622BBC;
}
.AnyTagClassName
{
color: #622BBC;
}
</style>
background-color css
<style>
a { background-color: #622BBC; }
a { background-color: rgb(98,43,188); }
div.DivClassName
{
background-color: #622BBC;
}
.BgClassName
{
background-color: #622BBC;
}
</style>
border-color css
<style>
span { border-color: #622BBC; }
span { border-color: rgb(98,43,188); }
td.TdClassName
{
border-color: #622BBC;
}
.TagClassName
{
border-color: #622BBC;
}
</style>