Shades of Purple Heart #620ECC
Tints of Purple Heart #620ECC
RGB
CMYK
RGB Variations
Color information
#620ECC (or 0x620ECC) is known color: Purple Heart. HEX triplet: 62, 0E and CC. RGB value is (98,14,204). Sum of RGB (Red+Green+Blue) = 98+14+204=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #620ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ECC is #9DF133. Grayscale: #3C3C3C. Windows color (decimal): -10350900 or 13373026. OLE color: 13373026.
HSL color Cylindrical-coordinate representation of color #620ECC: hue angle of 266.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620ECC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 14 | 204 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.2 |
| HSL | 266.53º | 0.87% | 0.43% | - |
| HSV(B) | 266.53º | 0.93% | 0.8% | - |
| XYZ | 16.09 | 7.27 | 57.68 | - |
| YUV | 60.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 204 | 0.52 | 0.93 | 0 | 0.2 | 266.53 | 0.87 | 0.43 |
| Hex | 62 | E | CC | 34 | 5D | 0 | 14 | 10B | 57 | 2B |
| Octal | 142 | 16 | 314 | 64 | 135 | 0 | 24 | 413 | 127 | 53 |
| Binary | 1100010 | 1110 | 11001100 | 110100 | 1011101 | 0 | 10100 | 100001011 | 1010111 | 101011 |
Color Harmonies of #620ECC
Complementary color
Monochromatic Colors of #620ECC
Black with #620ECC
Text Example
Text Example
White with #620ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ECC; }
p { color: rgb(98,14,204); }
H1.HeaderClassName
{
color: #620ECC;
}
.AnyTagClassName
{
color: #620ECC;
}
</style>
background-color css
<style>
a { background-color: #620ECC; }
a { background-color: rgb(98,14,204); }
div.DivClassName
{
background-color: #620ECC;
}
.BgClassName
{
background-color: #620ECC;
}
</style>
border-color css
<style>
span { border-color: #620ECC; }
span { border-color: rgb(98,14,204); }
td.TdClassName
{
border-color: #620ECC;
}
.TagClassName
{
border-color: #620ECC;
}
</style>