Shades of Purple Heart #6239BA
Tints of Purple Heart #6239BA
RGB
CMYK
RGB Variations
Color information
#6239BA (or 0x6239BA) is known color: Purple Heart. HEX triplet: 62, 39 and BA. RGB value is (98,57,186). Sum of RGB (Red+Green+Blue) = 98+57+186=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6239BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6239BA is #9DC645. Grayscale: #535353. Windows color (decimal): -10339910 or 12204386. OLE color: 12204386.
HSL color Cylindrical-coordinate representation of color #6239BA: hue angle of 259.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6239BA is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 57 | 186 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.27 |
| HSL | 259.07º | 0.53% | 0.48% | - |
| HSV(B) | 259.07º | 0.69% | 0.73% | - |
| XYZ | 15.36 | 9.07 | 47.39 | - |
| YUV | 83.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 186 | 0.47 | 0.69 | 0 | 0.27 | 259.07 | 0.53 | 0.48 |
| Hex | 62 | 39 | BA | 2F | 45 | 0 | 1B | 103 | 35 | 30 |
| Octal | 142 | 71 | 272 | 57 | 105 | 0 | 33 | 403 | 65 | 60 |
| Binary | 1100010 | 111001 | 10111010 | 101111 | 1000101 | 0 | 11011 | 100000011 | 110101 | 110000 |
Color Harmonies of #6239BA
Complementary color
Monochromatic Colors of #6239BA
Black with #6239BA
Text Example
Text Example
White with #6239BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6239BA; }
p { color: rgb(98,57,186); }
H1.HeaderClassName
{
color: #6239BA;
}
.AnyTagClassName
{
color: #6239BA;
}
</style>
background-color css
<style>
a { background-color: #6239BA; }
a { background-color: rgb(98,57,186); }
div.DivClassName
{
background-color: #6239BA;
}
.BgClassName
{
background-color: #6239BA;
}
</style>
border-color css
<style>
span { border-color: #6239BA; }
span { border-color: rgb(98,57,186); }
td.TdClassName
{
border-color: #6239BA;
}
.TagClassName
{
border-color: #6239BA;
}
</style>