Shades of Purple Heart #6220B5
Tints of Purple Heart #6220B5
RGB
CMYK
RGB Variations
Color information
#6220B5 (or 0x6220B5) is known color: Purple Heart. HEX triplet: 62, 20 and B5. RGB value is (98,32,181). Sum of RGB (Red+Green+Blue) = 98+32+181=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #6220B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220B5 is #9DDF4A. Grayscale: #444444. Windows color (decimal): -10346315 or 11870306. OLE color: 11870306.
HSL color Cylindrical-coordinate representation of color #6220B5: hue angle of 266.58º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6220B5 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 32 | 181 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.29 |
| HSL | 266.58º | 0.7% | 0.42% | - |
| HSV(B) | 266.58º | 0.82% | 0.71% | - |
| XYZ | 13.89 | 6.97 | 44.33 | - |
| YUV | 68.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 181 | 0.46 | 0.82 | 0 | 0.29 | 266.58 | 0.7 | 0.42 |
| Hex | 62 | 20 | B5 | 2E | 52 | 0 | 1D | 10B | 46 | 2A |
| Octal | 142 | 40 | 265 | 56 | 122 | 0 | 35 | 413 | 106 | 52 |
| Binary | 1100010 | 100000 | 10110101 | 101110 | 1010010 | 0 | 11101 | 100001011 | 1000110 | 101010 |
Color Harmonies of #6220B5
Complementary color
Monochromatic Colors of #6220B5
Black with #6220B5
Text Example
Text Example
White with #6220B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220B5; }
p { color: rgb(98,32,181); }
H1.HeaderClassName
{
color: #6220B5;
}
.AnyTagClassName
{
color: #6220B5;
}
</style>
background-color css
<style>
a { background-color: #6220B5; }
a { background-color: rgb(98,32,181); }
div.DivClassName
{
background-color: #6220B5;
}
.BgClassName
{
background-color: #6220B5;
}
</style>
border-color css
<style>
span { border-color: #6220B5; }
span { border-color: rgb(98,32,181); }
td.TdClassName
{
border-color: #6220B5;
}
.TagClassName
{
border-color: #6220B5;
}
</style>