Shades of Purple Heart #622EDE
Tints of Purple Heart #622EDE
RGB
CMYK
RGB Variations
Color information
#622EDE (or 0x622EDE) is known color: Purple Heart. HEX triplet: 62, 2E and DE. RGB value is (98,46,222). Sum of RGB (Red+Green+Blue) = 98+46+222=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #622EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622EDE is #9DD121. Grayscale: #505050. Windows color (decimal): -10342690 or 14560866. OLE color: 14560866.
HSL color Cylindrical-coordinate representation of color #622EDE: hue angle of 257.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622EDE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 46 | 222 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.13 |
| HSL | 257.73º | 0.73% | 0.53% | - |
| HSV(B) | 257.73º | 0.79% | 0.87% | - |
| XYZ | 19.2 | 9.82 | 69.99 | - |
| YUV | 81.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 222 | 0.56 | 0.79 | 0 | 0.13 | 257.73 | 0.73 | 0.53 |
| Hex | 62 | 2E | DE | 38 | 4F | 0 | D | 102 | 49 | 35 |
| Octal | 142 | 56 | 336 | 70 | 117 | 0 | 15 | 402 | 111 | 65 |
| Binary | 1100010 | 101110 | 11011110 | 111000 | 1001111 | 0 | 1101 | 100000010 | 1001001 | 110101 |
Color Harmonies of #622EDE
Complementary color
Monochromatic Colors of #622EDE
Black with #622EDE
Text Example
Text Example
White with #622EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EDE; }
p { color: rgb(98,46,222); }
H1.HeaderClassName
{
color: #622EDE;
}
.AnyTagClassName
{
color: #622EDE;
}
</style>
background-color css
<style>
a { background-color: #622EDE; }
a { background-color: rgb(98,46,222); }
div.DivClassName
{
background-color: #622EDE;
}
.BgClassName
{
background-color: #622EDE;
}
</style>
border-color css
<style>
span { border-color: #622EDE; }
span { border-color: rgb(98,46,222); }
td.TdClassName
{
border-color: #622EDE;
}
.TagClassName
{
border-color: #622EDE;
}
</style>