Shades of Purple Heart #622CCA
Tints of Purple Heart #622CCA
RGB
CMYK
RGB Variations
Color information
#622CCA (or 0x622CCA) is known color: Purple Heart. HEX triplet: 62, 2C and CA. RGB value is (98,44,202). Sum of RGB (Red+Green+Blue) = 98+44+202=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #622CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622CCA is #9DD335. Grayscale: #4D4D4D. Windows color (decimal): -10343222 or 13249634. OLE color: 13249634.
HSL color Cylindrical-coordinate representation of color #622CCA: hue angle of 260.51º degrees, saturation: 0.64, 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 #622CCA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 44 | 202 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.21 |
| HSL | 260.51º | 0.64% | 0.48% | - |
| HSV(B) | 260.51º | 0.78% | 0.79% | - |
| XYZ | 16.6 | 8.66 | 56.67 | - |
| YUV | 78.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 202 | 0.51 | 0.78 | 0 | 0.21 | 260.51 | 0.64 | 0.48 |
| Hex | 62 | 2C | CA | 33 | 4E | 0 | 15 | 105 | 40 | 30 |
| Octal | 142 | 54 | 312 | 63 | 116 | 0 | 25 | 405 | 100 | 60 |
| Binary | 1100010 | 101100 | 11001010 | 110011 | 1001110 | 0 | 10101 | 100000101 | 1000000 | 110000 |
Color Harmonies of #622CCA
Complementary color
Monochromatic Colors of #622CCA
Black with #622CCA
Text Example
Text Example
White with #622CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CCA; }
p { color: rgb(98,44,202); }
H1.HeaderClassName
{
color: #622CCA;
}
.AnyTagClassName
{
color: #622CCA;
}
</style>
background-color css
<style>
a { background-color: #622CCA; }
a { background-color: rgb(98,44,202); }
div.DivClassName
{
background-color: #622CCA;
}
.BgClassName
{
background-color: #622CCA;
}
</style>
border-color css
<style>
span { border-color: #622CCA; }
span { border-color: rgb(98,44,202); }
td.TdClassName
{
border-color: #622CCA;
}
.TagClassName
{
border-color: #622CCA;
}
</style>