Shades of Purple Heart #622CDF
Tints of Purple Heart #622CDF
RGB
CMYK
RGB Variations
Color information
#622CDF (or 0x622CDF) is known color: Purple Heart. HEX triplet: 62, 2C and DF. RGB value is (98,44,223). Sum of RGB (Red+Green+Blue) = 98+44+223=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #622CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CDF is #9DD320. Grayscale: #4F4F4F. Windows color (decimal): -10343201 or 14625890. OLE color: 14625890.
HSL color Cylindrical-coordinate representation of color #622CDF: hue angle of 258.1º degrees, saturation: 0.74, 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 #622CDF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 44 | 223 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.13 |
| HSL | 258.1º | 0.74% | 0.52% | - |
| HSV(B) | 258.1º | 0.8% | 0.87% | - |
| XYZ | 19.26 | 9.73 | 70.67 | - |
| YUV | 80.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 223 | 0.56 | 0.80 | 0 | 0.13 | 258.1 | 0.74 | 0.52 |
| Hex | 62 | 2C | DF | 38 | 50 | 0 | D | 102 | 4A | 34 |
| Octal | 142 | 54 | 337 | 70 | 120 | 0 | 15 | 402 | 112 | 64 |
| Binary | 1100010 | 101100 | 11011111 | 111000 | 1010000 | 0 | 1101 | 100000010 | 1001010 | 110100 |
Color Harmonies of #622CDF
Complementary color
Monochromatic Colors of #622CDF
Black with #622CDF
Text Example
Text Example
White with #622CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CDF; }
p { color: rgb(98,44,223); }
H1.HeaderClassName
{
color: #622CDF;
}
.AnyTagClassName
{
color: #622CDF;
}
</style>
background-color css
<style>
a { background-color: #622CDF; }
a { background-color: rgb(98,44,223); }
div.DivClassName
{
background-color: #622CDF;
}
.BgClassName
{
background-color: #622CDF;
}
</style>
border-color css
<style>
span { border-color: #622CDF; }
span { border-color: rgb(98,44,223); }
td.TdClassName
{
border-color: #622CDF;
}
.TagClassName
{
border-color: #622CDF;
}
</style>