Shades of Purple Heart #622CBC
Tints of Purple Heart #622CBC
RGB
CMYK
RGB Variations
Color information
#622CBC (or 0x622CBC) is known color: Purple Heart. HEX triplet: 62, 2C and BC. RGB value is (98,44,188). Sum of RGB (Red+Green+Blue) = 98+44+188=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #622CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CBC is #9DD343. Grayscale: #4C4C4C. Windows color (decimal): -10343236 or 12332130. OLE color: 12332130.
HSL color Cylindrical-coordinate representation of color #622CBC: hue angle of 262.5º degrees, saturation: 0.62, 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 #622CBC is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 44 | 188 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.26 |
| HSL | 262.5º | 0.62% | 0.45% | - |
| HSV(B) | 262.5º | 0.77% | 0.74% | - |
| XYZ | 15.01 | 8.03 | 48.34 | - |
| YUV | 76.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 188 | 0.48 | 0.77 | 0 | 0.26 | 262.5 | 0.62 | 0.45 |
| Hex | 62 | 2C | BC | 30 | 4D | 0 | 1A | 106 | 3E | 2D |
| Octal | 142 | 54 | 274 | 60 | 115 | 0 | 32 | 406 | 76 | 55 |
| Binary | 1100010 | 101100 | 10111100 | 110000 | 1001101 | 0 | 11010 | 100000110 | 111110 | 101101 |
Color Harmonies of #622CBC
Complementary color
Monochromatic Colors of #622CBC
Black with #622CBC
Text Example
Text Example
White with #622CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CBC; }
p { color: rgb(98,44,188); }
H1.HeaderClassName
{
color: #622CBC;
}
.AnyTagClassName
{
color: #622CBC;
}
</style>
background-color css
<style>
a { background-color: #622CBC; }
a { background-color: rgb(98,44,188); }
div.DivClassName
{
background-color: #622CBC;
}
.BgClassName
{
background-color: #622CBC;
}
</style>
border-color css
<style>
span { border-color: #622CBC; }
span { border-color: rgb(98,44,188); }
td.TdClassName
{
border-color: #622CBC;
}
.TagClassName
{
border-color: #622CBC;
}
</style>