Shades of Purple Heart #622CAB
Tints of Purple Heart #622CAB
RGB
CMYK
RGB Variations
Color information
#622CAB (or 0x622CAB) is known color: Purple Heart. HEX triplet: 62, 2C and AB. RGB value is (98,44,171). Sum of RGB (Red+Green+Blue) = 98+44+171=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #622CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CAB is #9DD354. Grayscale: #4A4A4A. Windows color (decimal): -10343253 or 11218018. OLE color: 11218018.
HSL color Cylindrical-coordinate representation of color #622CAB: hue angle of 265.51º degrees, saturation: 0.59, 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 #622CAB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 44 | 171 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.33 |
| HSL | 265.51º | 0.59% | 0.42% | - |
| HSV(B) | 265.51º | 0.74% | 0.67% | - |
| XYZ | 13.29 | 7.34 | 39.24 | - |
| YUV | 74.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 171 | 0.43 | 0.74 | 0 | 0.33 | 265.51 | 0.59 | 0.42 |
| Hex | 62 | 2C | AB | 2B | 4A | 0 | 21 | 10A | 3B | 2A |
| Octal | 142 | 54 | 253 | 53 | 112 | 0 | 41 | 412 | 73 | 52 |
| Binary | 1100010 | 101100 | 10101011 | 101011 | 1001010 | 0 | 100001 | 100001010 | 111011 | 101010 |
Color Harmonies of #622CAB
Complementary color
Monochromatic Colors of #622CAB
Black with #622CAB
Text Example
Text Example
White with #622CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CAB; }
p { color: rgb(98,44,171); }
H1.HeaderClassName
{
color: #622CAB;
}
.AnyTagClassName
{
color: #622CAB;
}
</style>
background-color css
<style>
a { background-color: #622CAB; }
a { background-color: rgb(98,44,171); }
div.DivClassName
{
background-color: #622CAB;
}
.BgClassName
{
background-color: #622CAB;
}
</style>
border-color css
<style>
span { border-color: #622CAB; }
span { border-color: rgb(98,44,171); }
td.TdClassName
{
border-color: #622CAB;
}
.TagClassName
{
border-color: #622CAB;
}
</style>