Shades of Purple Heart #6D22DB
Tints of Purple Heart #6D22DB
RGB
CMYK
RGB Variations
Color information
#6D22DB (or 0x6D22DB) is known color: Purple Heart. HEX triplet: 6D, 22 and DB. RGB value is (109,34,219). Sum of RGB (Red+Green+Blue) = 109+34+219=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D22DB is #92DD24. Grayscale: #4C4C4C. Windows color (decimal): -9624869 or 14361197. OLE color: 14361197.
HSL color Cylindrical-coordinate representation of color #6D22DB: hue angle of 264.32º 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 #6D22DB is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 34 | 219 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.14 |
| HSL | 264.32º | 0.73% | 0.5% | - |
| HSV(B) | 264.32º | 0.84% | 0.86% | - |
| XYZ | 19.66 | 9.51 | 67.82 | - |
| YUV | 77.52 | 207.85 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 219 | 0.50 | 0.84 | 0 | 0.14 | 264.32 | 0.73 | 0.5 |
| Hex | 6D | 22 | DB | 32 | 54 | 0 | E | 108 | 49 | 32 |
| Octal | 155 | 42 | 333 | 62 | 124 | 0 | 16 | 410 | 111 | 62 |
| Binary | 1101101 | 100010 | 11011011 | 110010 | 1010100 | 0 | 1110 | 100001000 | 1001001 | 110010 |
Color Harmonies of #6D22DB
Complementary color
Monochromatic Colors of #6D22DB
Black with #6D22DB
Text Example
Text Example
White with #6D22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D22DB; }
p { color: rgb(109,34,219); }
H1.HeaderClassName
{
color: #6D22DB;
}
.AnyTagClassName
{
color: #6D22DB;
}
</style>
background-color css
<style>
a { background-color: #6D22DB; }
a { background-color: rgb(109,34,219); }
div.DivClassName
{
background-color: #6D22DB;
}
.BgClassName
{
background-color: #6D22DB;
}
</style>
border-color css
<style>
span { border-color: #6D22DB; }
span { border-color: rgb(109,34,219); }
td.TdClassName
{
border-color: #6D22DB;
}
.TagClassName
{
border-color: #6D22DB;
}
</style>