Shades of Purple Heart #6220CF
Tints of Purple Heart #6220CF
RGB
CMYK
RGB Variations
Color information
#6220CF (or 0x6220CF) is known color: Purple Heart. HEX triplet: 62, 20 and CF. RGB value is (98,32,207). Sum of RGB (Red+Green+Blue) = 98+32+207=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #6220CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220CF is #9DDF30. Grayscale: #474747. Windows color (decimal): -10346289 or 13574242. OLE color: 13574242.
HSL color Cylindrical-coordinate representation of color #6220CF: hue angle of 262.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6220CF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 32 | 207 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.19 |
| HSL | 262.63º | 0.73% | 0.47% | - |
| HSV(B) | 262.63º | 0.85% | 0.81% | - |
| XYZ | 16.82 | 8.13 | 59.72 | - |
| YUV | 71.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 207 | 0.53 | 0.85 | 0 | 0.19 | 262.63 | 0.73 | 0.47 |
| Hex | 62 | 20 | CF | 35 | 55 | 0 | 13 | 107 | 49 | 2F |
| Octal | 142 | 40 | 317 | 65 | 125 | 0 | 23 | 407 | 111 | 57 |
| Binary | 1100010 | 100000 | 11001111 | 110101 | 1010101 | 0 | 10011 | 100000111 | 1001001 | 101111 |
Color Harmonies of #6220CF
Complementary color
Monochromatic Colors of #6220CF
Black with #6220CF
Text Example
Text Example
White with #6220CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220CF; }
p { color: rgb(98,32,207); }
H1.HeaderClassName
{
color: #6220CF;
}
.AnyTagClassName
{
color: #6220CF;
}
</style>
background-color css
<style>
a { background-color: #6220CF; }
a { background-color: rgb(98,32,207); }
div.DivClassName
{
background-color: #6220CF;
}
.BgClassName
{
background-color: #6220CF;
}
</style>
border-color css
<style>
span { border-color: #6220CF; }
span { border-color: rgb(98,32,207); }
td.TdClassName
{
border-color: #6220CF;
}
.TagClassName
{
border-color: #6220CF;
}
</style>