Shades of Purple Heart #622DAB
Tints of Purple Heart #622DAB
RGB
CMYK
RGB Variations
Color information
#622DAB (or 0x622DAB) is known color: Purple Heart. HEX triplet: 62, 2D and AB. RGB value is (98,45,171). Sum of RGB (Red+Green+Blue) = 98+45+171=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #622DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622DAB is #9DD254. Grayscale: #4A4A4A. Windows color (decimal): -10342997 or 11218274. OLE color: 11218274.
HSL color Cylindrical-coordinate representation of color #622DAB: hue angle of 265.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622DAB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 45 | 171 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.33 |
| HSL | 265.24º | 0.58% | 0.42% | - |
| HSV(B) | 265.24º | 0.74% | 0.67% | - |
| XYZ | 13.33 | 7.41 | 39.26 | - |
| YUV | 75.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 171 | 0.43 | 0.74 | 0 | 0.33 | 265.24 | 0.58 | 0.42 |
| Hex | 62 | 2D | AB | 2B | 4A | 0 | 21 | 109 | 3A | 2A |
| Octal | 142 | 55 | 253 | 53 | 112 | 0 | 41 | 411 | 72 | 52 |
| Binary | 1100010 | 101101 | 10101011 | 101011 | 1001010 | 0 | 100001 | 100001001 | 111010 | 101010 |
Color Harmonies of #622DAB
Complementary color
Monochromatic Colors of #622DAB
Black with #622DAB
Text Example
Text Example
White with #622DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DAB; }
p { color: rgb(98,45,171); }
H1.HeaderClassName
{
color: #622DAB;
}
.AnyTagClassName
{
color: #622DAB;
}
</style>
background-color css
<style>
a { background-color: #622DAB; }
a { background-color: rgb(98,45,171); }
div.DivClassName
{
background-color: #622DAB;
}
.BgClassName
{
background-color: #622DAB;
}
</style>
border-color css
<style>
span { border-color: #622DAB; }
span { border-color: rgb(98,45,171); }
td.TdClassName
{
border-color: #622DAB;
}
.TagClassName
{
border-color: #622DAB;
}
</style>