Shades of Purple Heart #6239BD
Tints of Purple Heart #6239BD
RGB
CMYK
RGB Variations
Color information
#6239BD (or 0x6239BD) is known color: Purple Heart. HEX triplet: 62, 39 and BD. RGB value is (98,57,189). Sum of RGB (Red+Green+Blue) = 98+57+189=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6239BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6239BD is #9DC642. Grayscale: #535353. Windows color (decimal): -10339907 or 12400994. OLE color: 12400994.
HSL color Cylindrical-coordinate representation of color #6239BD: hue angle of 258.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6239BD is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 57 | 189 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.26 |
| HSL | 258.64º | 0.54% | 0.48% | - |
| HSV(B) | 258.64º | 0.7% | 0.74% | - |
| XYZ | 15.69 | 9.2 | 49.09 | - |
| YUV | 84.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 189 | 0.48 | 0.70 | 0 | 0.26 | 258.64 | 0.54 | 0.48 |
| Hex | 62 | 39 | BD | 30 | 46 | 0 | 1A | 103 | 36 | 30 |
| Octal | 142 | 71 | 275 | 60 | 106 | 0 | 32 | 403 | 66 | 60 |
| Binary | 1100010 | 111001 | 10111101 | 110000 | 1000110 | 0 | 11010 | 100000011 | 110110 | 110000 |
Color Harmonies of #6239BD
Complementary color
Monochromatic Colors of #6239BD
Black with #6239BD
Text Example
Text Example
White with #6239BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6239BD; }
p { color: rgb(98,57,189); }
H1.HeaderClassName
{
color: #6239BD;
}
.AnyTagClassName
{
color: #6239BD;
}
</style>
background-color css
<style>
a { background-color: #6239BD; }
a { background-color: rgb(98,57,189); }
div.DivClassName
{
background-color: #6239BD;
}
.BgClassName
{
background-color: #6239BD;
}
</style>
border-color css
<style>
span { border-color: #6239BD; }
span { border-color: rgb(98,57,189); }
td.TdClassName
{
border-color: #6239BD;
}
.TagClassName
{
border-color: #6239BD;
}
</style>