Shades of Purple Heart #620ACF
Tints of Purple Heart #620ACF
RGB
CMYK
RGB Variations
Color information
#620ACF (or 0x620ACF) is known color: Purple Heart. HEX triplet: 62, 0A and CF. RGB value is (98,10,207). Sum of RGB (Red+Green+Blue) = 98+10+207=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #620ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACF is #9DF530. Grayscale: #3A3A3A. Windows color (decimal): -10351921 or 13568610. OLE color: 13568610.
HSL color Cylindrical-coordinate representation of color #620ACF: hue angle of 266.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620ACF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 10 | 207 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.19 |
| HSL | 266.8º | 0.91% | 0.43% | - |
| HSV(B) | 266.8º | 0.95% | 0.81% | - |
| XYZ | 16.41 | 7.32 | 59.58 | - |
| YUV | 58.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 207 | 0.53 | 0.95 | 0 | 0.19 | 266.8 | 0.91 | 0.43 |
| Hex | 62 | A | CF | 35 | 5F | 0 | 13 | 10B | 5B | 2B |
| Octal | 142 | 12 | 317 | 65 | 137 | 0 | 23 | 413 | 133 | 53 |
| Binary | 1100010 | 1010 | 11001111 | 110101 | 1011111 | 0 | 10011 | 100001011 | 1011011 | 101011 |
Color Harmonies of #620ACF
Complementary color
Monochromatic Colors of #620ACF
Black with #620ACF
Text Example
Text Example
White with #620ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ACF; }
p { color: rgb(98,10,207); }
H1.HeaderClassName
{
color: #620ACF;
}
.AnyTagClassName
{
color: #620ACF;
}
</style>
background-color css
<style>
a { background-color: #620ACF; }
a { background-color: rgb(98,10,207); }
div.DivClassName
{
background-color: #620ACF;
}
.BgClassName
{
background-color: #620ACF;
}
</style>
border-color css
<style>
span { border-color: #620ACF; }
span { border-color: rgb(98,10,207); }
td.TdClassName
{
border-color: #620ACF;
}
.TagClassName
{
border-color: #620ACF;
}
</style>