Shades of Purple Heart #622DDD
Tints of Purple Heart #622DDD
RGB
CMYK
RGB Variations
Color information
#622DDD (or 0x622DDD) is known color: Purple Heart. HEX triplet: 62, 2D and DD. RGB value is (98,45,221). Sum of RGB (Red+Green+Blue) = 98+45+221=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #622DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DDD is #9DD222. Grayscale: #505050. Windows color (decimal): -10342947 or 14495074. OLE color: 14495074.
HSL color Cylindrical-coordinate representation of color #622DDD: hue angle of 258.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622DDD is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 45 | 221 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.13 |
| HSL | 258.07º | 0.72% | 0.52% | - |
| HSV(B) | 258.07º | 0.8% | 0.87% | - |
| XYZ | 19.03 | 9.69 | 69.27 | - |
| YUV | 80.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 221 | 0.56 | 0.80 | 0 | 0.13 | 258.07 | 0.72 | 0.52 |
| Hex | 62 | 2D | DD | 38 | 50 | 0 | D | 102 | 48 | 34 |
| Octal | 142 | 55 | 335 | 70 | 120 | 0 | 15 | 402 | 110 | 64 |
| Binary | 1100010 | 101101 | 11011101 | 111000 | 1010000 | 0 | 1101 | 100000010 | 1001000 | 110100 |
Color Harmonies of #622DDD
Complementary color
Monochromatic Colors of #622DDD
Black with #622DDD
Text Example
Text Example
White with #622DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DDD; }
p { color: rgb(98,45,221); }
H1.HeaderClassName
{
color: #622DDD;
}
.AnyTagClassName
{
color: #622DDD;
}
</style>
background-color css
<style>
a { background-color: #622DDD; }
a { background-color: rgb(98,45,221); }
div.DivClassName
{
background-color: #622DDD;
}
.BgClassName
{
background-color: #622DDD;
}
</style>
border-color css
<style>
span { border-color: #622DDD; }
span { border-color: rgb(98,45,221); }
td.TdClassName
{
border-color: #622DDD;
}
.TagClassName
{
border-color: #622DDD;
}
</style>