Shades of Purple Heart #622EC0
Tints of Purple Heart #622EC0
RGB
CMYK
RGB Variations
Color information
#622EC0 (or 0x622EC0) is known color: Purple Heart. HEX triplet: 62, 2E and C0. RGB value is (98,46,192). Sum of RGB (Red+Green+Blue) = 98+46+192=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #622EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622EC0 is #9DD13F. Grayscale: #4D4D4D. Windows color (decimal): -10342720 or 12594786. OLE color: 12594786.
HSL color Cylindrical-coordinate representation of color #622EC0: hue angle of 261.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622EC0 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 46 | 192 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.25 |
| HSL | 261.37º | 0.61% | 0.47% | - |
| HSV(B) | 261.37º | 0.76% | 0.75% | - |
| XYZ | 15.53 | 8.36 | 50.66 | - |
| YUV | 78.19 | 192.23 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 192 | 0.49 | 0.76 | 0 | 0.25 | 261.37 | 0.61 | 0.47 |
| Hex | 62 | 2E | C0 | 31 | 4C | 0 | 19 | 105 | 3D | 2F |
| Octal | 142 | 56 | 300 | 61 | 114 | 0 | 31 | 405 | 75 | 57 |
| Binary | 1100010 | 101110 | 11000000 | 110001 | 1001100 | 0 | 11001 | 100000101 | 111101 | 101111 |
Color Harmonies of #622EC0
Complementary color
Monochromatic Colors of #622EC0
Black with #622EC0
Text Example
Text Example
White with #622EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EC0; }
p { color: rgb(98,46,192); }
H1.HeaderClassName
{
color: #622EC0;
}
.AnyTagClassName
{
color: #622EC0;
}
</style>
background-color css
<style>
a { background-color: #622EC0; }
a { background-color: rgb(98,46,192); }
div.DivClassName
{
background-color: #622EC0;
}
.BgClassName
{
background-color: #622EC0;
}
</style>
border-color css
<style>
span { border-color: #622EC0; }
span { border-color: rgb(98,46,192); }
td.TdClassName
{
border-color: #622EC0;
}
.TagClassName
{
border-color: #622EC0;
}
</style>