Shades of Purple Heart #623ECC
Tints of Purple Heart #623ECC
RGB
CMYK
RGB Variations
Color information
#623ECC (or 0x623ECC) is known color: Purple Heart. HEX triplet: 62, 3E and CC. RGB value is (98,62,204). Sum of RGB (Red+Green+Blue) = 98+62+204=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #623ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623ECC is #9DC133. Grayscale: #585858. Windows color (decimal): -10338612 or 13385314. OLE color: 13385314.
HSL color Cylindrical-coordinate representation of color #623ECC: hue angle of 255.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #623ECC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 62 | 204 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.2 |
| HSL | 255.21º | 0.58% | 0.52% | - |
| HSV(B) | 255.21º | 0.7% | 0.8% | - |
| XYZ | 17.66 | 10.4 | 58.2 | - |
| YUV | 88.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 62 | 204 | 0.52 | 0.70 | 0 | 0.2 | 255.21 | 0.58 | 0.52 |
| Hex | 62 | 3E | CC | 34 | 46 | 0 | 14 | FF | 3A | 34 |
| Octal | 142 | 76 | 314 | 64 | 106 | 0 | 24 | 377 | 72 | 64 |
| Binary | 1100010 | 111110 | 11001100 | 110100 | 1000110 | 0 | 10100 | 11111111 | 111010 | 110100 |
Color Harmonies of #623ECC
Complementary color
Monochromatic Colors of #623ECC
Black with #623ECC
Text Example
Text Example
White with #623ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623ECC; }
p { color: rgb(98,62,204); }
H1.HeaderClassName
{
color: #623ECC;
}
.AnyTagClassName
{
color: #623ECC;
}
</style>
background-color css
<style>
a { background-color: #623ECC; }
a { background-color: rgb(98,62,204); }
div.DivClassName
{
background-color: #623ECC;
}
.BgClassName
{
background-color: #623ECC;
}
</style>
border-color css
<style>
span { border-color: #623ECC; }
span { border-color: rgb(98,62,204); }
td.TdClassName
{
border-color: #623ECC;
}
.TagClassName
{
border-color: #623ECC;
}
</style>