Shades of Purple Heart #6B2CDB
Tints of Purple Heart #6B2CDB
RGB
CMYK
RGB Variations
Color information
#6B2CDB (or 0x6B2CDB) is known color: Purple Heart. HEX triplet: 6B, 2C and DB. RGB value is (107,44,219). Sum of RGB (Red+Green+Blue) = 107+44+219=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B2CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CDB is #94D324. Grayscale: #525252. Windows color (decimal): -9753381 or 14363755. OLE color: 14363755.
HSL color Cylindrical-coordinate representation of color #6B2CDB: hue angle of 261.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2CDB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 44 | 219 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.14 |
| HSL | 261.6º | 0.71% | 0.52% | - |
| HSV(B) | 261.6º | 0.8% | 0.86% | - |
| XYZ | 19.75 | 10.04 | 67.92 | - |
| YUV | 82.79 | 204.87 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 219 | 0.51 | 0.80 | 0 | 0.14 | 261.6 | 0.71 | 0.52 |
| Hex | 6B | 2C | DB | 33 | 50 | 0 | E | 106 | 47 | 34 |
| Octal | 153 | 54 | 333 | 63 | 120 | 0 | 16 | 406 | 107 | 64 |
| Binary | 1101011 | 101100 | 11011011 | 110011 | 1010000 | 0 | 1110 | 100000110 | 1000111 | 110100 |
Color Harmonies of #6B2CDB
Complementary color
Monochromatic Colors of #6B2CDB
Black with #6B2CDB
Text Example
Text Example
White with #6B2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CDB; }
p { color: rgb(107,44,219); }
H1.HeaderClassName
{
color: #6B2CDB;
}
.AnyTagClassName
{
color: #6B2CDB;
}
</style>
background-color css
<style>
a { background-color: #6B2CDB; }
a { background-color: rgb(107,44,219); }
div.DivClassName
{
background-color: #6B2CDB;
}
.BgClassName
{
background-color: #6B2CDB;
}
</style>
border-color css
<style>
span { border-color: #6B2CDB; }
span { border-color: rgb(107,44,219); }
td.TdClassName
{
border-color: #6B2CDB;
}
.TagClassName
{
border-color: #6B2CDB;
}
</style>