Shades of Purple Heart #622AE1
Tints of Purple Heart #622AE1
RGB
CMYK
RGB Variations
Color information
#622AE1 (or 0x622AE1) is known color: Purple Heart. HEX triplet: 62, 2A and E1. RGB value is (98,42,225). Sum of RGB (Red+Green+Blue) = 98+42+225=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #622AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622AE1 is #9DD51E. Grayscale: #4E4E4E. Windows color (decimal): -10343711 or 14756450. OLE color: 14756450.
HSL color Cylindrical-coordinate representation of color #622AE1: hue angle of 258.36º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622AE1 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 42 | 225 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.12 |
| HSL | 258.36º | 0.75% | 0.52% | - |
| HSV(B) | 258.36º | 0.81% | 0.88% | - |
| XYZ | 19.46 | 9.69 | 72.08 | - |
| YUV | 79.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 225 | 0.56 | 0.81 | 0 | 0.12 | 258.36 | 0.75 | 0.52 |
| Hex | 62 | 2A | E1 | 38 | 51 | 0 | C | 102 | 4B | 34 |
| Octal | 142 | 52 | 341 | 70 | 121 | 0 | 14 | 402 | 113 | 64 |
| Binary | 1100010 | 101010 | 11100001 | 111000 | 1010001 | 0 | 1100 | 100000010 | 1001011 | 110100 |
Color Harmonies of #622AE1
Complementary color
Monochromatic Colors of #622AE1
Black with #622AE1
Text Example
Text Example
White with #622AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AE1; }
p { color: rgb(98,42,225); }
H1.HeaderClassName
{
color: #622AE1;
}
.AnyTagClassName
{
color: #622AE1;
}
</style>
background-color css
<style>
a { background-color: #622AE1; }
a { background-color: rgb(98,42,225); }
div.DivClassName
{
background-color: #622AE1;
}
.BgClassName
{
background-color: #622AE1;
}
</style>
border-color css
<style>
span { border-color: #622AE1; }
span { border-color: rgb(98,42,225); }
td.TdClassName
{
border-color: #622AE1;
}
.TagClassName
{
border-color: #622AE1;
}
</style>