Shades of Purple Heart #6220BB
Tints of Purple Heart #6220BB
RGB
CMYK
RGB Variations
Color information
#6220BB (or 0x6220BB) is known color: Purple Heart. HEX triplet: 62, 20 and BB. RGB value is (98,32,187). Sum of RGB (Red+Green+Blue) = 98+32+187=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #6220BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220BB is #9DDF44. Grayscale: #444444. Windows color (decimal): -10346309 or 12263522. OLE color: 12263522.
HSL color Cylindrical-coordinate representation of color #6220BB: hue angle of 265.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6220BB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 32 | 187 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.27 |
| HSL | 265.55º | 0.71% | 0.43% | - |
| HSV(B) | 265.55º | 0.83% | 0.73% | - |
| XYZ | 14.52 | 7.22 | 47.64 | - |
| YUV | 69.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 187 | 0.48 | 0.83 | 0 | 0.27 | 265.55 | 0.71 | 0.43 |
| Hex | 62 | 20 | BB | 30 | 53 | 0 | 1B | 10A | 47 | 2B |
| Octal | 142 | 40 | 273 | 60 | 123 | 0 | 33 | 412 | 107 | 53 |
| Binary | 1100010 | 100000 | 10111011 | 110000 | 1010011 | 0 | 11011 | 100001010 | 1000111 | 101011 |
Color Harmonies of #6220BB
Complementary color
Monochromatic Colors of #6220BB
Black with #6220BB
Text Example
Text Example
White with #6220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220BB; }
p { color: rgb(98,32,187); }
H1.HeaderClassName
{
color: #6220BB;
}
.AnyTagClassName
{
color: #6220BB;
}
</style>
background-color css
<style>
a { background-color: #6220BB; }
a { background-color: rgb(98,32,187); }
div.DivClassName
{
background-color: #6220BB;
}
.BgClassName
{
background-color: #6220BB;
}
</style>
border-color css
<style>
span { border-color: #6220BB; }
span { border-color: rgb(98,32,187); }
td.TdClassName
{
border-color: #6220BB;
}
.TagClassName
{
border-color: #6220BB;
}
</style>