Shades of Purple Heart #620CC0
Tints of Purple Heart #620CC0
RGB
CMYK
RGB Variations
Color information
#620CC0 (or 0x620CC0) is known color: Purple Heart. HEX triplet: 62, 0C and C0. RGB value is (98,12,192). Sum of RGB (Red+Green+Blue) = 98+12+192=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #620CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CC0 is #9DF33F. Grayscale: #393939. Windows color (decimal): -10351424 or 12586082. OLE color: 12586082.
HSL color Cylindrical-coordinate representation of color #620CC0: hue angle of 268.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620CC0 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 12 | 192 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.25 |
| HSL | 268.67º | 0.88% | 0.4% | - |
| HSV(B) | 268.67º | 0.94% | 0.75% | - |
| XYZ | 14.68 | 6.67 | 50.38 | - |
| YUV | 58.23 | 203.49 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 192 | 0.49 | 0.94 | 0 | 0.25 | 268.67 | 0.88 | 0.4 |
| Hex | 62 | C | C0 | 31 | 5E | 0 | 19 | 10D | 58 | 28 |
| Octal | 142 | 14 | 300 | 61 | 136 | 0 | 31 | 415 | 130 | 50 |
| Binary | 1100010 | 1100 | 11000000 | 110001 | 1011110 | 0 | 11001 | 100001101 | 1011000 | 101000 |
Color Harmonies of #620CC0
Complementary color
Monochromatic Colors of #620CC0
Black with #620CC0
Text Example
Text Example
White with #620CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CC0; }
p { color: rgb(98,12,192); }
H1.HeaderClassName
{
color: #620CC0;
}
.AnyTagClassName
{
color: #620CC0;
}
</style>
background-color css
<style>
a { background-color: #620CC0; }
a { background-color: rgb(98,12,192); }
div.DivClassName
{
background-color: #620CC0;
}
.BgClassName
{
background-color: #620CC0;
}
</style>
border-color css
<style>
span { border-color: #620CC0; }
span { border-color: rgb(98,12,192); }
td.TdClassName
{
border-color: #620CC0;
}
.TagClassName
{
border-color: #620CC0;
}
</style>