Shades of Purple Heart #622CC5
Tints of Purple Heart #622CC5
RGB
CMYK
RGB Variations
Color information
#622CC5 (or 0x622CC5) is known color: Purple Heart. HEX triplet: 62, 2C and C5. RGB value is (98,44,197). Sum of RGB (Red+Green+Blue) = 98+44+197=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #622CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CC5 is #9DD33A. Grayscale: #4D4D4D. Windows color (decimal): -10343227 or 12921954. OLE color: 12921954.
HSL color Cylindrical-coordinate representation of color #622CC5: hue angle of 261.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622CC5 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 44 | 197 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.23 |
| HSL | 261.18º | 0.63% | 0.47% | - |
| HSV(B) | 261.18º | 0.78% | 0.77% | - |
| XYZ | 16.02 | 8.43 | 53.61 | - |
| YUV | 77.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 197 | 0.50 | 0.78 | 0 | 0.23 | 261.18 | 0.63 | 0.47 |
| Hex | 62 | 2C | C5 | 32 | 4E | 0 | 17 | 105 | 3F | 2F |
| Octal | 142 | 54 | 305 | 62 | 116 | 0 | 27 | 405 | 77 | 57 |
| Binary | 1100010 | 101100 | 11000101 | 110010 | 1001110 | 0 | 10111 | 100000101 | 111111 | 101111 |
Color Harmonies of #622CC5
Complementary color
Monochromatic Colors of #622CC5
Black with #622CC5
Text Example
Text Example
White with #622CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CC5; }
p { color: rgb(98,44,197); }
H1.HeaderClassName
{
color: #622CC5;
}
.AnyTagClassName
{
color: #622CC5;
}
</style>
background-color css
<style>
a { background-color: #622CC5; }
a { background-color: rgb(98,44,197); }
div.DivClassName
{
background-color: #622CC5;
}
.BgClassName
{
background-color: #622CC5;
}
</style>
border-color css
<style>
span { border-color: #622CC5; }
span { border-color: rgb(98,44,197); }
td.TdClassName
{
border-color: #622CC5;
}
.TagClassName
{
border-color: #622CC5;
}
</style>