Shades of Purple Heart #6223DE
Tints of Purple Heart #6223DE
RGB
CMYK
RGB Variations
Color information
#6223DE (or 0x6223DE) is known color: Purple Heart. HEX triplet: 62, 23 and DE. RGB value is (98,35,222). Sum of RGB (Red+Green+Blue) = 98+35+222=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #6223DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6223DE is #9DDC21. Grayscale: #4A4A4A. Windows color (decimal): -10345506 or 14558050. OLE color: 14558050.
HSL color Cylindrical-coordinate representation of color #6223DE: hue angle of 260.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6223DE is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 35 | 222 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.13 |
| HSL | 260.21º | 0.74% | 0.5% | - |
| HSV(B) | 260.21º | 0.84% | 0.87% | - |
| XYZ | 18.82 | 9.07 | 69.87 | - |
| YUV | 75.16 | 210.87 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 222 | 0.56 | 0.84 | 0 | 0.13 | 260.21 | 0.74 | 0.5 |
| Hex | 62 | 23 | DE | 38 | 54 | 0 | D | 104 | 4A | 32 |
| Octal | 142 | 43 | 336 | 70 | 124 | 0 | 15 | 404 | 112 | 62 |
| Binary | 1100010 | 100011 | 11011110 | 111000 | 1010100 | 0 | 1101 | 100000100 | 1001010 | 110010 |
Color Harmonies of #6223DE
Complementary color
Monochromatic Colors of #6223DE
Black with #6223DE
Text Example
Text Example
White with #6223DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223DE; }
p { color: rgb(98,35,222); }
H1.HeaderClassName
{
color: #6223DE;
}
.AnyTagClassName
{
color: #6223DE;
}
</style>
background-color css
<style>
a { background-color: #6223DE; }
a { background-color: rgb(98,35,222); }
div.DivClassName
{
background-color: #6223DE;
}
.BgClassName
{
background-color: #6223DE;
}
</style>
border-color css
<style>
span { border-color: #6223DE; }
span { border-color: rgb(98,35,222); }
td.TdClassName
{
border-color: #6223DE;
}
.TagClassName
{
border-color: #6223DE;
}
</style>