Shades of Purple Heart #6239C0
Tints of Purple Heart #6239C0
RGB
CMYK
RGB Variations
Color information
#6239C0 (or 0x6239C0) is known color: Purple Heart. HEX triplet: 62, 39 and C0. RGB value is (98,57,192). Sum of RGB (Red+Green+Blue) = 98+57+192=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #6239C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6239C0 is #9DC63F. Grayscale: #545454. Windows color (decimal): -10339904 or 12597602. OLE color: 12597602.
HSL color Cylindrical-coordinate representation of color #6239C0: hue angle of 258.22º 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 #6239C0 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 57 | 192 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.25 |
| HSL | 258.22º | 0.54% | 0.49% | - |
| HSV(B) | 258.22º | 0.7% | 0.75% | - |
| XYZ | 16.01 | 9.33 | 50.83 | - |
| YUV | 84.65 | 188.58 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 192 | 0.49 | 0.70 | 0 | 0.25 | 258.22 | 0.54 | 0.49 |
| Hex | 62 | 39 | C0 | 31 | 46 | 0 | 19 | 102 | 36 | 31 |
| Octal | 142 | 71 | 300 | 61 | 106 | 0 | 31 | 402 | 66 | 61 |
| Binary | 1100010 | 111001 | 11000000 | 110001 | 1000110 | 0 | 11001 | 100000010 | 110110 | 110001 |
Color Harmonies of #6239C0
Complementary color
Monochromatic Colors of #6239C0
Black with #6239C0
Text Example
Text Example
White with #6239C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6239C0; }
p { color: rgb(98,57,192); }
H1.HeaderClassName
{
color: #6239C0;
}
.AnyTagClassName
{
color: #6239C0;
}
</style>
background-color css
<style>
a { background-color: #6239C0; }
a { background-color: rgb(98,57,192); }
div.DivClassName
{
background-color: #6239C0;
}
.BgClassName
{
background-color: #6239C0;
}
</style>
border-color css
<style>
span { border-color: #6239C0; }
span { border-color: rgb(98,57,192); }
td.TdClassName
{
border-color: #6239C0;
}
.TagClassName
{
border-color: #6239C0;
}
</style>