Shades of Purple Heart #6222DF
Tints of Purple Heart #6222DF
RGB
CMYK
RGB Variations
Color information
#6222DF (or 0x6222DF) is known color: Purple Heart. HEX triplet: 62, 22 and DF. RGB value is (98,34,223). Sum of RGB (Red+Green+Blue) = 98+34+223=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #6222DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222DF is #9DDD20. Grayscale: #494949. Windows color (decimal): -10345761 or 14623330. OLE color: 14623330.
HSL color Cylindrical-coordinate representation of color #6222DF: hue angle of 260.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6222DF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 34 | 223 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.13 |
| HSL | 260.32º | 0.75% | 0.5% | - |
| HSV(B) | 260.32º | 0.85% | 0.87% | - |
| XYZ | 18.93 | 9.07 | 70.56 | - |
| YUV | 74.68 | 211.7 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 223 | 0.56 | 0.85 | 0 | 0.13 | 260.32 | 0.75 | 0.5 |
| Hex | 62 | 22 | DF | 38 | 55 | 0 | D | 104 | 4B | 32 |
| Octal | 142 | 42 | 337 | 70 | 125 | 0 | 15 | 404 | 113 | 62 |
| Binary | 1100010 | 100010 | 11011111 | 111000 | 1010101 | 0 | 1101 | 100000100 | 1001011 | 110010 |
Color Harmonies of #6222DF
Complementary color
Monochromatic Colors of #6222DF
Black with #6222DF
Text Example
Text Example
White with #6222DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222DF; }
p { color: rgb(98,34,223); }
H1.HeaderClassName
{
color: #6222DF;
}
.AnyTagClassName
{
color: #6222DF;
}
</style>
background-color css
<style>
a { background-color: #6222DF; }
a { background-color: rgb(98,34,223); }
div.DivClassName
{
background-color: #6222DF;
}
.BgClassName
{
background-color: #6222DF;
}
</style>
border-color css
<style>
span { border-color: #6222DF; }
span { border-color: rgb(98,34,223); }
td.TdClassName
{
border-color: #6222DF;
}
.TagClassName
{
border-color: #6222DF;
}
</style>