Shades of Purple Heart #6239BF
Tints of Purple Heart #6239BF
RGB
CMYK
RGB Variations
Color information
#6239BF (or 0x6239BF) is known color: Purple Heart. HEX triplet: 62, 39 and BF. RGB value is (98,57,191). Sum of RGB (Red+Green+Blue) = 98+57+191=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #6239BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6239BF is #9DC640. Grayscale: #545454. Windows color (decimal): -10339905 or 12532066. OLE color: 12532066.
HSL color Cylindrical-coordinate representation of color #6239BF: hue angle of 258.36º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6239BF is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 57 | 191 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.25 |
| HSL | 258.36º | 0.54% | 0.49% | - |
| HSV(B) | 258.36º | 0.7% | 0.75% | - |
| XYZ | 15.9 | 9.28 | 50.24 | - |
| YUV | 84.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 191 | 0.49 | 0.70 | 0 | 0.25 | 258.36 | 0.54 | 0.49 |
| Hex | 62 | 39 | BF | 31 | 46 | 0 | 19 | 102 | 36 | 31 |
| Octal | 142 | 71 | 277 | 61 | 106 | 0 | 31 | 402 | 66 | 61 |
| Binary | 1100010 | 111001 | 10111111 | 110001 | 1000110 | 0 | 11001 | 100000010 | 110110 | 110001 |
Color Harmonies of #6239BF
Complementary color
Monochromatic Colors of #6239BF
Black with #6239BF
Text Example
Text Example
White with #6239BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6239BF; }
p { color: rgb(98,57,191); }
H1.HeaderClassName
{
color: #6239BF;
}
.AnyTagClassName
{
color: #6239BF;
}
</style>
background-color css
<style>
a { background-color: #6239BF; }
a { background-color: rgb(98,57,191); }
div.DivClassName
{
background-color: #6239BF;
}
.BgClassName
{
background-color: #6239BF;
}
</style>
border-color css
<style>
span { border-color: #6239BF; }
span { border-color: rgb(98,57,191); }
td.TdClassName
{
border-color: #6239BF;
}
.TagClassName
{
border-color: #6239BF;
}
</style>