Shades of Purple Heart #622DC9
Tints of Purple Heart #622DC9
RGB
CMYK
RGB Variations
Color information
#622DC9 (or 0x622DC9) is known color: Purple Heart. HEX triplet: 62, 2D and C9. RGB value is (98,45,201). Sum of RGB (Red+Green+Blue) = 98+45+201=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #622DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DC9 is #9DD236. Grayscale: #4E4E4E. Windows color (decimal): -10342967 or 13184354. OLE color: 13184354.
HSL color Cylindrical-coordinate representation of color #622DC9: hue angle of 260.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622DC9 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 45 | 201 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.21 |
| HSL | 260.38º | 0.63% | 0.48% | - |
| HSV(B) | 260.38º | 0.78% | 0.79% | - |
| XYZ | 16.52 | 8.69 | 56.07 | - |
| YUV | 78.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 201 | 0.51 | 0.78 | 0 | 0.21 | 260.38 | 0.63 | 0.48 |
| Hex | 62 | 2D | C9 | 33 | 4E | 0 | 15 | 104 | 3F | 30 |
| Octal | 142 | 55 | 311 | 63 | 116 | 0 | 25 | 404 | 77 | 60 |
| Binary | 1100010 | 101101 | 11001001 | 110011 | 1001110 | 0 | 10101 | 100000100 | 111111 | 110000 |
Color Harmonies of #622DC9
Complementary color
Monochromatic Colors of #622DC9
Black with #622DC9
Text Example
Text Example
White with #622DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DC9; }
p { color: rgb(98,45,201); }
H1.HeaderClassName
{
color: #622DC9;
}
.AnyTagClassName
{
color: #622DC9;
}
</style>
background-color css
<style>
a { background-color: #622DC9; }
a { background-color: rgb(98,45,201); }
div.DivClassName
{
background-color: #622DC9;
}
.BgClassName
{
background-color: #622DC9;
}
</style>
border-color css
<style>
span { border-color: #622DC9; }
span { border-color: rgb(98,45,201); }
td.TdClassName
{
border-color: #622DC9;
}
.TagClassName
{
border-color: #622DC9;
}
</style>