Shades of Purple Heart #622CDB
Tints of Purple Heart #622CDB
RGB
CMYK
RGB Variations
Color information
#622CDB (or 0x622CDB) is known color: Purple Heart. HEX triplet: 62, 2C and DB. RGB value is (98,44,219). Sum of RGB (Red+Green+Blue) = 98+44+219=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #622CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CDB is #9DD324. Grayscale: #4F4F4F. Windows color (decimal): -10343205 or 14363746. OLE color: 14363746.
HSL color Cylindrical-coordinate representation of color #622CDB: hue angle of 258.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622CDB is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 44 | 219 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.14 |
| HSL | 258.51º | 0.71% | 0.52% | - |
| HSV(B) | 258.51º | 0.8% | 0.86% | - |
| XYZ | 18.72 | 9.51 | 67.87 | - |
| YUV | 80.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 219 | 0.55 | 0.80 | 0 | 0.14 | 258.51 | 0.71 | 0.52 |
| Hex | 62 | 2C | DB | 37 | 50 | 0 | E | 103 | 47 | 34 |
| Octal | 142 | 54 | 333 | 67 | 120 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100010 | 101100 | 11011011 | 110111 | 1010000 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #622CDB
Complementary color
Monochromatic Colors of #622CDB
Black with #622CDB
Text Example
Text Example
White with #622CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CDB; }
p { color: rgb(98,44,219); }
H1.HeaderClassName
{
color: #622CDB;
}
.AnyTagClassName
{
color: #622CDB;
}
</style>
background-color css
<style>
a { background-color: #622CDB; }
a { background-color: rgb(98,44,219); }
div.DivClassName
{
background-color: #622CDB;
}
.BgClassName
{
background-color: #622CDB;
}
</style>
border-color css
<style>
span { border-color: #622CDB; }
span { border-color: rgb(98,44,219); }
td.TdClassName
{
border-color: #622CDB;
}
.TagClassName
{
border-color: #622CDB;
}
</style>