Shades of Purple Heart #622ECD
Tints of Purple Heart #622ECD
RGB
CMYK
RGB Variations
Color information
#622ECD (or 0x622ECD) is known color: Purple Heart. HEX triplet: 62, 2E and CD. RGB value is (98,46,205). Sum of RGB (Red+Green+Blue) = 98+46+205=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #622ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622ECD is #9DD132. Grayscale: #4F4F4F. Windows color (decimal): -10342707 or 13446754. OLE color: 13446754.
HSL color Cylindrical-coordinate representation of color #622ECD: hue angle of 259.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622ECD is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 46 | 205 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.20 |
| HSL | 259.62º | 0.63% | 0.49% | - |
| HSV(B) | 259.62º | 0.78% | 0.8% | - |
| XYZ | 17.03 | 8.96 | 58.59 | - |
| YUV | 79.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 205 | 0.52 | 0.78 | 0 | 0.20 | 259.62 | 0.63 | 0.49 |
| Hex | 62 | 2E | CD | 34 | 4E | 0 | 14 | 104 | 3F | 31 |
| Octal | 142 | 56 | 315 | 64 | 116 | 0 | 24 | 404 | 77 | 61 |
| Binary | 1100010 | 101110 | 11001101 | 110100 | 1001110 | 0 | 10100 | 100000100 | 111111 | 110001 |
Color Harmonies of #622ECD
Complementary color
Monochromatic Colors of #622ECD
Black with #622ECD
Text Example
Text Example
White with #622ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622ECD; }
p { color: rgb(98,46,205); }
H1.HeaderClassName
{
color: #622ECD;
}
.AnyTagClassName
{
color: #622ECD;
}
</style>
background-color css
<style>
a { background-color: #622ECD; }
a { background-color: rgb(98,46,205); }
div.DivClassName
{
background-color: #622ECD;
}
.BgClassName
{
background-color: #622ECD;
}
</style>
border-color css
<style>
span { border-color: #622ECD; }
span { border-color: rgb(98,46,205); }
td.TdClassName
{
border-color: #622ECD;
}
.TagClassName
{
border-color: #622ECD;
}
</style>