Shades of Purple Heart #620ECF
Tints of Purple Heart #620ECF
RGB
CMYK
RGB Variations
Color information
#620ECF (or 0x620ECF) is known color: Purple Heart. HEX triplet: 62, 0E and CF. RGB value is (98,14,207). Sum of RGB (Red+Green+Blue) = 98+14+207=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #620ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ECF is #9DF130. Grayscale: #3C3C3C. Windows color (decimal): -10350897 or 13569634. OLE color: 13569634.
HSL color Cylindrical-coordinate representation of color #620ECF: hue angle of 266.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620ECF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 14 | 207 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.19 |
| HSL | 266.11º | 0.87% | 0.43% | - |
| HSV(B) | 266.11º | 0.93% | 0.81% | - |
| XYZ | 16.46 | 7.42 | 59.6 | - |
| YUV | 61.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 207 | 0.53 | 0.93 | 0 | 0.19 | 266.11 | 0.87 | 0.43 |
| Hex | 62 | E | CF | 35 | 5D | 0 | 13 | 10A | 57 | 2B |
| Octal | 142 | 16 | 317 | 65 | 135 | 0 | 23 | 412 | 127 | 53 |
| Binary | 1100010 | 1110 | 11001111 | 110101 | 1011101 | 0 | 10011 | 100001010 | 1010111 | 101011 |
Color Harmonies of #620ECF
Complementary color
Monochromatic Colors of #620ECF
Black with #620ECF
Text Example
Text Example
White with #620ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ECF; }
p { color: rgb(98,14,207); }
H1.HeaderClassName
{
color: #620ECF;
}
.AnyTagClassName
{
color: #620ECF;
}
</style>
background-color css
<style>
a { background-color: #620ECF; }
a { background-color: rgb(98,14,207); }
div.DivClassName
{
background-color: #620ECF;
}
.BgClassName
{
background-color: #620ECF;
}
</style>
border-color css
<style>
span { border-color: #620ECF; }
span { border-color: rgb(98,14,207); }
td.TdClassName
{
border-color: #620ECF;
}
.TagClassName
{
border-color: #620ECF;
}
</style>