Shades of Purple Heart #6244BA
Tints of Purple Heart #6244BA
RGB
CMYK
RGB Variations
Color information
#6244BA (or 0x6244BA) is known color: Purple Heart. HEX triplet: 62, 44 and BA. RGB value is (98,68,186). Sum of RGB (Red+Green+Blue) = 98+68+186=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #6244BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244BA is #9DBB45. Grayscale: #595959. Windows color (decimal): -10337094 or 12207202. OLE color: 12207202.
HSL color Cylindrical-coordinate representation of color #6244BA: hue angle of 255.25º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6244BA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 68 | 186 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.27 |
| HSL | 255.25º | 0.46% | 0.5% | - |
| HSV(B) | 255.25º | 0.63% | 0.73% | - |
| XYZ | 15.97 | 10.28 | 47.6 | - |
| YUV | 90.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 186 | 0.47 | 0.63 | 0 | 0.27 | 255.25 | 0.46 | 0.5 |
| Hex | 62 | 44 | BA | 2F | 3F | 0 | 1B | FF | 2E | 32 |
| Octal | 142 | 104 | 272 | 57 | 77 | 0 | 33 | 377 | 56 | 62 |
| Binary | 1100010 | 1000100 | 10111010 | 101111 | 111111 | 0 | 11011 | 11111111 | 101110 | 110010 |
Color Harmonies of #6244BA
Complementary color
Monochromatic Colors of #6244BA
Black with #6244BA
Text Example
Text Example
White with #6244BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6244BA; }
p { color: rgb(98,68,186); }
H1.HeaderClassName
{
color: #6244BA;
}
.AnyTagClassName
{
color: #6244BA;
}
</style>
background-color css
<style>
a { background-color: #6244BA; }
a { background-color: rgb(98,68,186); }
div.DivClassName
{
background-color: #6244BA;
}
.BgClassName
{
background-color: #6244BA;
}
</style>
border-color css
<style>
span { border-color: #6244BA; }
span { border-color: rgb(98,68,186); }
td.TdClassName
{
border-color: #6244BA;
}
.TagClassName
{
border-color: #6244BA;
}
</style>