Shades of Purple Heart #622EE1
Tints of Purple Heart #622EE1
RGB
CMYK
RGB Variations
Color information
#622EE1 (or 0x622EE1) is known color: Purple Heart. HEX triplet: 62, 2E and E1. RGB value is (98,46,225). Sum of RGB (Red+Green+Blue) = 98+46+225=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #622EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622EE1 is #9DD11E. Grayscale: #515151. Windows color (decimal): -10342687 or 14757474. OLE color: 14757474.
HSL color Cylindrical-coordinate representation of color #622EE1: hue angle of 257.43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622EE1 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 46 | 225 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.12 |
| HSL | 257.43º | 0.75% | 0.53% | - |
| HSV(B) | 257.43º | 0.8% | 0.88% | - |
| XYZ | 19.6 | 9.99 | 72.13 | - |
| YUV | 81.95 | 208.73 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 225 | 0.56 | 0.80 | 0 | 0.12 | 257.43 | 0.75 | 0.53 |
| Hex | 62 | 2E | E1 | 38 | 50 | 0 | C | 101 | 4B | 35 |
| Octal | 142 | 56 | 341 | 70 | 120 | 0 | 14 | 401 | 113 | 65 |
| Binary | 1100010 | 101110 | 11100001 | 111000 | 1010000 | 0 | 1100 | 100000001 | 1001011 | 110101 |
Color Harmonies of #622EE1
Complementary color
Monochromatic Colors of #622EE1
Black with #622EE1
Text Example
Text Example
White with #622EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EE1; }
p { color: rgb(98,46,225); }
H1.HeaderClassName
{
color: #622EE1;
}
.AnyTagClassName
{
color: #622EE1;
}
</style>
background-color css
<style>
a { background-color: #622EE1; }
a { background-color: rgb(98,46,225); }
div.DivClassName
{
background-color: #622EE1;
}
.BgClassName
{
background-color: #622EE1;
}
</style>
border-color css
<style>
span { border-color: #622EE1; }
span { border-color: rgb(98,46,225); }
td.TdClassName
{
border-color: #622EE1;
}
.TagClassName
{
border-color: #622EE1;
}
</style>