Shades of Purple Heart #6220BE
Tints of Purple Heart #6220BE
RGB
CMYK
RGB Variations
Color information
#6220BE (or 0x6220BE) is known color: Purple Heart. HEX triplet: 62, 20 and BE. RGB value is (98,32,190). Sum of RGB (Red+Green+Blue) = 98+32+190=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #6220BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220BE is #9DDF41. Grayscale: #454545. Windows color (decimal): -10346306 or 12460130. OLE color: 12460130.
HSL color Cylindrical-coordinate representation of color #6220BE: hue angle of 265.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6220BE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 32 | 190 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.25 |
| HSL | 265.06º | 0.71% | 0.44% | - |
| HSV(B) | 265.06º | 0.83% | 0.75% | - |
| XYZ | 14.85 | 7.35 | 49.35 | - |
| YUV | 69.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 190 | 0.48 | 0.83 | 0 | 0.25 | 265.06 | 0.71 | 0.44 |
| Hex | 62 | 20 | BE | 30 | 53 | 0 | 19 | 109 | 47 | 2C |
| Octal | 142 | 40 | 276 | 60 | 123 | 0 | 31 | 411 | 107 | 54 |
| Binary | 1100010 | 100000 | 10111110 | 110000 | 1010011 | 0 | 11001 | 100001001 | 1000111 | 101100 |
Color Harmonies of #6220BE
Complementary color
Monochromatic Colors of #6220BE
Black with #6220BE
Text Example
Text Example
White with #6220BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220BE; }
p { color: rgb(98,32,190); }
H1.HeaderClassName
{
color: #6220BE;
}
.AnyTagClassName
{
color: #6220BE;
}
</style>
background-color css
<style>
a { background-color: #6220BE; }
a { background-color: rgb(98,32,190); }
div.DivClassName
{
background-color: #6220BE;
}
.BgClassName
{
background-color: #6220BE;
}
</style>
border-color css
<style>
span { border-color: #6220BE; }
span { border-color: rgb(98,32,190); }
td.TdClassName
{
border-color: #6220BE;
}
.TagClassName
{
border-color: #6220BE;
}
</style>