Shades of Purple Heart #622EE0
Tints of Purple Heart #622EE0
RGB
CMYK
RGB Variations
Color information
#622EE0 (or 0x622EE0) is known color: Purple Heart. HEX triplet: 62, 2E and E0. RGB value is (98,46,224). Sum of RGB (Red+Green+Blue) = 98+46+224=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #622EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622EE0 is #9DD11F. Grayscale: #515151. Windows color (decimal): -10342688 or 14691938. OLE color: 14691938.
HSL color Cylindrical-coordinate representation of color #622EE0: hue angle of 257.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622EE0 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 46 | 224 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.12 |
| HSL | 257.53º | 0.74% | 0.53% | - |
| HSV(B) | 257.53º | 0.79% | 0.88% | - |
| XYZ | 19.47 | 9.93 | 71.41 | - |
| YUV | 81.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 224 | 0.56 | 0.79 | 0 | 0.12 | 257.53 | 0.74 | 0.53 |
| Hex | 62 | 2E | E0 | 38 | 4F | 0 | C | 102 | 4A | 35 |
| Octal | 142 | 56 | 340 | 70 | 117 | 0 | 14 | 402 | 112 | 65 |
| Binary | 1100010 | 101110 | 11100000 | 111000 | 1001111 | 0 | 1100 | 100000010 | 1001010 | 110101 |
Color Harmonies of #622EE0
Complementary color
Monochromatic Colors of #622EE0
Black with #622EE0
Text Example
Text Example
White with #622EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EE0; }
p { color: rgb(98,46,224); }
H1.HeaderClassName
{
color: #622EE0;
}
.AnyTagClassName
{
color: #622EE0;
}
</style>
background-color css
<style>
a { background-color: #622EE0; }
a { background-color: rgb(98,46,224); }
div.DivClassName
{
background-color: #622EE0;
}
.BgClassName
{
background-color: #622EE0;
}
</style>
border-color css
<style>
span { border-color: #622EE0; }
span { border-color: rgb(98,46,224); }
td.TdClassName
{
border-color: #622EE0;
}
.TagClassName
{
border-color: #622EE0;
}
</style>