Shades of Purple Heart #622DBE
Tints of Purple Heart #622DBE
RGB
CMYK
RGB Variations
Color information
#622DBE (or 0x622DBE) is known color: Purple Heart. HEX triplet: 62, 2D and BE. RGB value is (98,45,190). Sum of RGB (Red+Green+Blue) = 98+45+190=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #622DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DBE is #9DD241. Grayscale: #4C4C4C. Windows color (decimal): -10342978 or 12463458. OLE color: 12463458.
HSL color Cylindrical-coordinate representation of color #622DBE: hue angle of 261.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622DBE is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 45 | 190 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.25 |
| HSL | 261.93º | 0.62% | 0.46% | - |
| HSV(B) | 261.93º | 0.76% | 0.75% | - |
| XYZ | 15.27 | 8.19 | 49.49 | - |
| YUV | 77.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 190 | 0.48 | 0.76 | 0 | 0.25 | 261.93 | 0.62 | 0.46 |
| Hex | 62 | 2D | BE | 30 | 4C | 0 | 19 | 106 | 3E | 2E |
| Octal | 142 | 55 | 276 | 60 | 114 | 0 | 31 | 406 | 76 | 56 |
| Binary | 1100010 | 101101 | 10111110 | 110000 | 1001100 | 0 | 11001 | 100000110 | 111110 | 101110 |
Color Harmonies of #622DBE
Complementary color
Monochromatic Colors of #622DBE
Black with #622DBE
Text Example
Text Example
White with #622DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DBE; }
p { color: rgb(98,45,190); }
H1.HeaderClassName
{
color: #622DBE;
}
.AnyTagClassName
{
color: #622DBE;
}
</style>
background-color css
<style>
a { background-color: #622DBE; }
a { background-color: rgb(98,45,190); }
div.DivClassName
{
background-color: #622DBE;
}
.BgClassName
{
background-color: #622DBE;
}
</style>
border-color css
<style>
span { border-color: #622DBE; }
span { border-color: rgb(98,45,190); }
td.TdClassName
{
border-color: #622DBE;
}
.TagClassName
{
border-color: #622DBE;
}
</style>