Shades of Purple Heart #6229DE
Tints of Purple Heart #6229DE
RGB
CMYK
RGB Variations
Color information
#6229DE (or 0x6229DE) is known color: Purple Heart. HEX triplet: 62, 29 and DE. RGB value is (98,41,222). Sum of RGB (Red+Green+Blue) = 98+41+222=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #6229DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229DE is #9DD621. Grayscale: #4E4E4E. Windows color (decimal): -10343970 or 14559586. OLE color: 14559586.
HSL color Cylindrical-coordinate representation of color #6229DE: hue angle of 258.9º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6229DE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 41 | 222 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.13 |
| HSL | 258.9º | 0.73% | 0.52% | - |
| HSV(B) | 258.9º | 0.82% | 0.87% | - |
| XYZ | 19.01 | 9.46 | 69.93 | - |
| YUV | 78.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 222 | 0.56 | 0.82 | 0 | 0.13 | 258.9 | 0.73 | 0.52 |
| Hex | 62 | 29 | DE | 38 | 52 | 0 | D | 103 | 49 | 34 |
| Octal | 142 | 51 | 336 | 70 | 122 | 0 | 15 | 403 | 111 | 64 |
| Binary | 1100010 | 101001 | 11011110 | 111000 | 1010010 | 0 | 1101 | 100000011 | 1001001 | 110100 |
Color Harmonies of #6229DE
Complementary color
Monochromatic Colors of #6229DE
Black with #6229DE
Text Example
Text Example
White with #6229DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229DE; }
p { color: rgb(98,41,222); }
H1.HeaderClassName
{
color: #6229DE;
}
.AnyTagClassName
{
color: #6229DE;
}
</style>
background-color css
<style>
a { background-color: #6229DE; }
a { background-color: rgb(98,41,222); }
div.DivClassName
{
background-color: #6229DE;
}
.BgClassName
{
background-color: #6229DE;
}
</style>
border-color css
<style>
span { border-color: #6229DE; }
span { border-color: rgb(98,41,222); }
td.TdClassName
{
border-color: #6229DE;
}
.TagClassName
{
border-color: #6229DE;
}
</style>