Shades of Purple Heart #6228DE
Tints of Purple Heart #6228DE
RGB
CMYK
RGB Variations
Color information
#6228DE (or 0x6228DE) is known color: Purple Heart. HEX triplet: 62, 28 and DE. RGB value is (98,40,222). Sum of RGB (Red+Green+Blue) = 98+40+222=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #6228DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228DE is #9DD721. Grayscale: #4D4D4D. Windows color (decimal): -10344226 or 14559330. OLE color: 14559330.
HSL color Cylindrical-coordinate representation of color #6228DE: hue angle of 259.12º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6228DE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 40 | 222 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.13 |
| HSL | 259.12º | 0.73% | 0.51% | - |
| HSV(B) | 259.12º | 0.82% | 0.87% | - |
| XYZ | 18.98 | 9.39 | 69.92 | - |
| YUV | 78.09 | 209.22 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 222 | 0.56 | 0.82 | 0 | 0.13 | 259.12 | 0.73 | 0.51 |
| Hex | 62 | 28 | DE | 38 | 52 | 0 | D | 103 | 49 | 33 |
| Octal | 142 | 50 | 336 | 70 | 122 | 0 | 15 | 403 | 111 | 63 |
| Binary | 1100010 | 101000 | 11011110 | 111000 | 1010010 | 0 | 1101 | 100000011 | 1001001 | 110011 |
Color Harmonies of #6228DE
Complementary color
Monochromatic Colors of #6228DE
Black with #6228DE
Text Example
Text Example
White with #6228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228DE; }
p { color: rgb(98,40,222); }
H1.HeaderClassName
{
color: #6228DE;
}
.AnyTagClassName
{
color: #6228DE;
}
</style>
background-color css
<style>
a { background-color: #6228DE; }
a { background-color: rgb(98,40,222); }
div.DivClassName
{
background-color: #6228DE;
}
.BgClassName
{
background-color: #6228DE;
}
</style>
border-color css
<style>
span { border-color: #6228DE; }
span { border-color: rgb(98,40,222); }
td.TdClassName
{
border-color: #6228DE;
}
.TagClassName
{
border-color: #6228DE;
}
</style>