Shades of Purple Heart #6240BA
Tints of Purple Heart #6240BA
RGB
CMYK
RGB Variations
Color information
#6240BA (or 0x6240BA) is known color: Purple Heart. HEX triplet: 62, 40 and BA. RGB value is (98,64,186). Sum of RGB (Red+Green+Blue) = 98+64+186=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #6240BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240BA is #9DBF45. Grayscale: #575757. Windows color (decimal): -10338118 or 12206178. OLE color: 12206178.
HSL color Cylindrical-coordinate representation of color #6240BA: hue angle of 256.72º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6240BA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 64 | 186 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.27 |
| HSL | 256.72º | 0.49% | 0.49% | - |
| HSV(B) | 256.72º | 0.66% | 0.73% | - |
| XYZ | 15.73 | 9.81 | 47.52 | - |
| YUV | 88.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 186 | 0.47 | 0.66 | 0 | 0.27 | 256.72 | 0.49 | 0.49 |
| Hex | 62 | 40 | BA | 2F | 42 | 0 | 1B | 101 | 31 | 31 |
| Octal | 142 | 100 | 272 | 57 | 102 | 0 | 33 | 401 | 61 | 61 |
| Binary | 1100010 | 1000000 | 10111010 | 101111 | 1000010 | 0 | 11011 | 100000001 | 110001 | 110001 |
Color Harmonies of #6240BA
Complementary color
Monochromatic Colors of #6240BA
Black with #6240BA
Text Example
Text Example
White with #6240BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240BA; }
p { color: rgb(98,64,186); }
H1.HeaderClassName
{
color: #6240BA;
}
.AnyTagClassName
{
color: #6240BA;
}
</style>
background-color css
<style>
a { background-color: #6240BA; }
a { background-color: rgb(98,64,186); }
div.DivClassName
{
background-color: #6240BA;
}
.BgClassName
{
background-color: #6240BA;
}
</style>
border-color css
<style>
span { border-color: #6240BA; }
span { border-color: rgb(98,64,186); }
td.TdClassName
{
border-color: #6240BA;
}
.TagClassName
{
border-color: #6240BA;
}
</style>