Shades of Purple Heart #621ECC
Tints of Purple Heart #621ECC
RGB
CMYK
RGB Variations
Color information
#621ECC (or 0x621ECC) is known color: Purple Heart. HEX triplet: 62, 1E and CC. RGB value is (98,30,204). Sum of RGB (Red+Green+Blue) = 98+30+204=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #621ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ECC is #9DE133. Grayscale: #454545. Windows color (decimal): -10346804 or 13377122. OLE color: 13377122.
HSL color Cylindrical-coordinate representation of color #621ECC: hue angle of 263.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621ECC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 30 | 204 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.2 |
| HSL | 263.45º | 0.74% | 0.46% | - |
| HSV(B) | 263.45º | 0.85% | 0.8% | - |
| XYZ | 16.4 | 7.88 | 57.78 | - |
| YUV | 70.17 | 203.53 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 204 | 0.52 | 0.85 | 0 | 0.2 | 263.45 | 0.74 | 0.46 |
| Hex | 62 | 1E | CC | 34 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 142 | 36 | 314 | 64 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1100010 | 11110 | 11001100 | 110100 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #621ECC
Complementary color
Monochromatic Colors of #621ECC
Black with #621ECC
Text Example
Text Example
White with #621ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621ECC; }
p { color: rgb(98,30,204); }
H1.HeaderClassName
{
color: #621ECC;
}
.AnyTagClassName
{
color: #621ECC;
}
</style>
background-color css
<style>
a { background-color: #621ECC; }
a { background-color: rgb(98,30,204); }
div.DivClassName
{
background-color: #621ECC;
}
.BgClassName
{
background-color: #621ECC;
}
</style>
border-color css
<style>
span { border-color: #621ECC; }
span { border-color: rgb(98,30,204); }
td.TdClassName
{
border-color: #621ECC;
}
.TagClassName
{
border-color: #621ECC;
}
</style>