Shades of Purple Heart #622DB3
Tints of Purple Heart #622DB3
RGB
CMYK
RGB Variations
Color information
#622DB3 (or 0x622DB3) is known color: Purple Heart. HEX triplet: 62, 2D and B3. RGB value is (98,45,179). Sum of RGB (Red+Green+Blue) = 98+45+179=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #622DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DB3 is #9DD24C. Grayscale: #4B4B4B. Windows color (decimal): -10342989 or 11742562. OLE color: 11742562.
HSL color Cylindrical-coordinate representation of color #622DB3: hue angle of 263.73º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622DB3 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 45 | 179 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.30 |
| HSL | 263.73º | 0.6% | 0.44% | - |
| HSV(B) | 263.73º | 0.75% | 0.7% | - |
| XYZ | 14.11 | 7.73 | 43.4 | - |
| YUV | 76.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 179 | 0.45 | 0.75 | 0 | 0.30 | 263.73 | 0.6 | 0.44 |
| Hex | 62 | 2D | B3 | 2D | 4B | 0 | 1E | 108 | 3C | 2C |
| Octal | 142 | 55 | 263 | 55 | 113 | 0 | 36 | 410 | 74 | 54 |
| Binary | 1100010 | 101101 | 10110011 | 101101 | 1001011 | 0 | 11110 | 100001000 | 111100 | 101100 |
Color Harmonies of #622DB3
Complementary color
Monochromatic Colors of #622DB3
Black with #622DB3
Text Example
Text Example
White with #622DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DB3; }
p { color: rgb(98,45,179); }
H1.HeaderClassName
{
color: #622DB3;
}
.AnyTagClassName
{
color: #622DB3;
}
</style>
background-color css
<style>
a { background-color: #622DB3; }
a { background-color: rgb(98,45,179); }
div.DivClassName
{
background-color: #622DB3;
}
.BgClassName
{
background-color: #622DB3;
}
</style>
border-color css
<style>
span { border-color: #622DB3; }
span { border-color: rgb(98,45,179); }
td.TdClassName
{
border-color: #622DB3;
}
.TagClassName
{
border-color: #622DB3;
}
</style>