Shades of Purple Heart #621CDC
Tints of Purple Heart #621CDC
RGB
CMYK
RGB Variations
Color information
#621CDC (or 0x621CDC) is known color: Purple Heart. HEX triplet: 62, 1C and DC. RGB value is (98,28,220). Sum of RGB (Red+Green+Blue) = 98+28+220=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #621CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CDC is #9DE323. Grayscale: #464646. Windows color (decimal): -10347300 or 14425186. OLE color: 14425186.
HSL color Cylindrical-coordinate representation of color #621CDC: hue angle of 261.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621CDC is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 28 | 220 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.14 |
| HSL | 261.88º | 0.77% | 0.49% | - |
| HSV(B) | 261.88º | 0.87% | 0.86% | - |
| XYZ | 18.37 | 8.59 | 68.4 | - |
| YUV | 70.82 | 212.19 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 220 | 0.55 | 0.87 | 0 | 0.14 | 261.88 | 0.77 | 0.49 |
| Hex | 62 | 1C | DC | 37 | 57 | 0 | E | 106 | 4D | 31 |
| Octal | 142 | 34 | 334 | 67 | 127 | 0 | 16 | 406 | 115 | 61 |
| Binary | 1100010 | 11100 | 11011100 | 110111 | 1010111 | 0 | 1110 | 100000110 | 1001101 | 110001 |
Color Harmonies of #621CDC
Complementary color
Monochromatic Colors of #621CDC
Black with #621CDC
Text Example
Text Example
White with #621CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CDC; }
p { color: rgb(98,28,220); }
H1.HeaderClassName
{
color: #621CDC;
}
.AnyTagClassName
{
color: #621CDC;
}
</style>
background-color css
<style>
a { background-color: #621CDC; }
a { background-color: rgb(98,28,220); }
div.DivClassName
{
background-color: #621CDC;
}
.BgClassName
{
background-color: #621CDC;
}
</style>
border-color css
<style>
span { border-color: #621CDC; }
span { border-color: rgb(98,28,220); }
td.TdClassName
{
border-color: #621CDC;
}
.TagClassName
{
border-color: #621CDC;
}
</style>