Shades of Purple Heart #6D26DB
Tints of Purple Heart #6D26DB
RGB
CMYK
RGB Variations
Color information
#6D26DB (or 0x6D26DB) is known color: Purple Heart. HEX triplet: 6D, 26 and DB. RGB value is (109,38,219). Sum of RGB (Red+Green+Blue) = 109+38+219=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D26DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D26DB is #92D924. Grayscale: #4F4F4F. Windows color (decimal): -9623845 or 14362221. OLE color: 14362221.
HSL color Cylindrical-coordinate representation of color #6D26DB: hue angle of 263.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D26DB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 38 | 219 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.14 |
| HSL | 263.54º | 0.72% | 0.5% | - |
| HSV(B) | 263.54º | 0.83% | 0.86% | - |
| XYZ | 19.79 | 9.75 | 67.86 | - |
| YUV | 79.86 | 206.52 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 219 | 0.50 | 0.83 | 0 | 0.14 | 263.54 | 0.72 | 0.5 |
| Hex | 6D | 26 | DB | 32 | 53 | 0 | E | 108 | 48 | 32 |
| Octal | 155 | 46 | 333 | 62 | 123 | 0 | 16 | 410 | 110 | 62 |
| Binary | 1101101 | 100110 | 11011011 | 110010 | 1010011 | 0 | 1110 | 100001000 | 1001000 | 110010 |
Color Harmonies of #6D26DB
Complementary color
Monochromatic Colors of #6D26DB
Black with #6D26DB
Text Example
Text Example
White with #6D26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D26DB; }
p { color: rgb(109,38,219); }
H1.HeaderClassName
{
color: #6D26DB;
}
.AnyTagClassName
{
color: #6D26DB;
}
</style>
background-color css
<style>
a { background-color: #6D26DB; }
a { background-color: rgb(109,38,219); }
div.DivClassName
{
background-color: #6D26DB;
}
.BgClassName
{
background-color: #6D26DB;
}
</style>
border-color css
<style>
span { border-color: #6D26DB; }
span { border-color: rgb(109,38,219); }
td.TdClassName
{
border-color: #6D26DB;
}
.TagClassName
{
border-color: #6D26DB;
}
</style>