Shades of Purple Heart #6D23DB
Tints of Purple Heart #6D23DB
RGB
CMYK
RGB Variations
Color information
#6D23DB (or 0x6D23DB) is known color: Purple Heart. HEX triplet: 6D, 23 and DB. RGB value is (109,35,219). Sum of RGB (Red+Green+Blue) = 109+35+219=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D23DB is #92DC24. Grayscale: #4D4D4D. Windows color (decimal): -9624613 or 14361453. OLE color: 14361453.
HSL color Cylindrical-coordinate representation of color #6D23DB: hue angle of 264.13º degrees, saturation: 0.72, 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 #6D23DB is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 35 | 219 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.14 |
| HSL | 264.13º | 0.72% | 0.5% | - |
| HSV(B) | 264.13º | 0.84% | 0.86% | - |
| XYZ | 19.69 | 9.57 | 67.83 | - |
| YUV | 78.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 219 | 0.50 | 0.84 | 0 | 0.14 | 264.13 | 0.72 | 0.5 |
| Hex | 6D | 23 | DB | 32 | 54 | 0 | E | 108 | 48 | 32 |
| Octal | 155 | 43 | 333 | 62 | 124 | 0 | 16 | 410 | 110 | 62 |
| Binary | 1101101 | 100011 | 11011011 | 110010 | 1010100 | 0 | 1110 | 100001000 | 1001000 | 110010 |
Color Harmonies of #6D23DB
Complementary color
Monochromatic Colors of #6D23DB
Black with #6D23DB
Text Example
Text Example
White with #6D23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D23DB; }
p { color: rgb(109,35,219); }
H1.HeaderClassName
{
color: #6D23DB;
}
.AnyTagClassName
{
color: #6D23DB;
}
</style>
background-color css
<style>
a { background-color: #6D23DB; }
a { background-color: rgb(109,35,219); }
div.DivClassName
{
background-color: #6D23DB;
}
.BgClassName
{
background-color: #6D23DB;
}
</style>
border-color css
<style>
span { border-color: #6D23DB; }
span { border-color: rgb(109,35,219); }
td.TdClassName
{
border-color: #6D23DB;
}
.TagClassName
{
border-color: #6D23DB;
}
</style>