Shades of Purple Heart #622DB7
Tints of Purple Heart #622DB7
RGB
CMYK
RGB Variations
Color information
#622DB7 (or 0x622DB7) is known color: Purple Heart. HEX triplet: 62, 2D and B7. RGB value is (98,45,183). Sum of RGB (Red+Green+Blue) = 98+45+183=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #622DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DB7 is #9DD248. Grayscale: #4C4C4C. Windows color (decimal): -10342985 or 12004706. OLE color: 12004706.
HSL color Cylindrical-coordinate representation of color #622DB7: hue angle of 263.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622DB7 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 45 | 183 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.28 |
| HSL | 263.04º | 0.61% | 0.45% | - |
| HSV(B) | 263.04º | 0.75% | 0.72% | - |
| XYZ | 14.52 | 7.89 | 45.56 | - |
| YUV | 76.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 183 | 0.46 | 0.75 | 0 | 0.28 | 263.04 | 0.61 | 0.45 |
| Hex | 62 | 2D | B7 | 2E | 4B | 0 | 1C | 107 | 3D | 2D |
| Octal | 142 | 55 | 267 | 56 | 113 | 0 | 34 | 407 | 75 | 55 |
| Binary | 1100010 | 101101 | 10110111 | 101110 | 1001011 | 0 | 11100 | 100000111 | 111101 | 101101 |
Color Harmonies of #622DB7
Complementary color
Monochromatic Colors of #622DB7
Black with #622DB7
Text Example
Text Example
White with #622DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DB7; }
p { color: rgb(98,45,183); }
H1.HeaderClassName
{
color: #622DB7;
}
.AnyTagClassName
{
color: #622DB7;
}
</style>
background-color css
<style>
a { background-color: #622DB7; }
a { background-color: rgb(98,45,183); }
div.DivClassName
{
background-color: #622DB7;
}
.BgClassName
{
background-color: #622DB7;
}
</style>
border-color css
<style>
span { border-color: #622DB7; }
span { border-color: rgb(98,45,183); }
td.TdClassName
{
border-color: #622DB7;
}
.TagClassName
{
border-color: #622DB7;
}
</style>