Shades of Purple Heart #6223DC
Tints of Purple Heart #6223DC
RGB
CMYK
RGB Variations
Color information
#6223DC (or 0x6223DC) is known color: Purple Heart. HEX triplet: 62, 23 and DC. RGB value is (98,35,220). Sum of RGB (Red+Green+Blue) = 98+35+220=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #6223DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6223DC is #9DDC23. Grayscale: #4A4A4A. Windows color (decimal): -10345508 or 14426978. OLE color: 14426978.
HSL color Cylindrical-coordinate representation of color #6223DC: hue angle of 260.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6223DC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 35 | 220 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.14 |
| HSL | 260.43º | 0.73% | 0.5% | - |
| HSV(B) | 260.43º | 0.84% | 0.86% | - |
| XYZ | 18.56 | 8.97 | 68.46 | - |
| YUV | 74.93 | 209.87 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 220 | 0.55 | 0.84 | 0 | 0.14 | 260.43 | 0.73 | 0.5 |
| Hex | 62 | 23 | DC | 37 | 54 | 0 | E | 104 | 49 | 32 |
| Octal | 142 | 43 | 334 | 67 | 124 | 0 | 16 | 404 | 111 | 62 |
| Binary | 1100010 | 100011 | 11011100 | 110111 | 1010100 | 0 | 1110 | 100000100 | 1001001 | 110010 |
Color Harmonies of #6223DC
Complementary color
Monochromatic Colors of #6223DC
Black with #6223DC
Text Example
Text Example
White with #6223DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223DC; }
p { color: rgb(98,35,220); }
H1.HeaderClassName
{
color: #6223DC;
}
.AnyTagClassName
{
color: #6223DC;
}
</style>
background-color css
<style>
a { background-color: #6223DC; }
a { background-color: rgb(98,35,220); }
div.DivClassName
{
background-color: #6223DC;
}
.BgClassName
{
background-color: #6223DC;
}
</style>
border-color css
<style>
span { border-color: #6223DC; }
span { border-color: rgb(98,35,220); }
td.TdClassName
{
border-color: #6223DC;
}
.TagClassName
{
border-color: #6223DC;
}
</style>