Shades of Purple Heart #6B1EDB
Tints of Purple Heart #6B1EDB
RGB
CMYK
RGB Variations
Color information
#6B1EDB (or 0x6B1EDB) is known color: Purple Heart. HEX triplet: 6B, 1E and DB. RGB value is (107,30,219). Sum of RGB (Red+Green+Blue) = 107+30+219=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B1EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1EDB is #94E124. Grayscale: #494949. Windows color (decimal): -9756965 or 14360171. OLE color: 14360171.
HSL color Cylindrical-coordinate representation of color #6B1EDB: hue angle of 264.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1EDB is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 30 | 219 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.14 |
| HSL | 264.44º | 0.76% | 0.49% | - |
| HSV(B) | 264.44º | 0.86% | 0.86% | - |
| XYZ | 19.31 | 9.17 | 67.77 | - |
| YUV | 74.57 | 209.51 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 219 | 0.51 | 0.86 | 0 | 0.14 | 264.44 | 0.76 | 0.49 |
| Hex | 6B | 1E | DB | 33 | 56 | 0 | E | 108 | 4C | 31 |
| Octal | 153 | 36 | 333 | 63 | 126 | 0 | 16 | 410 | 114 | 61 |
| Binary | 1101011 | 11110 | 11011011 | 110011 | 1010110 | 0 | 1110 | 100001000 | 1001100 | 110001 |
Color Harmonies of #6B1EDB
Complementary color
Monochromatic Colors of #6B1EDB
Black with #6B1EDB
Text Example
Text Example
White with #6B1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1EDB; }
p { color: rgb(107,30,219); }
H1.HeaderClassName
{
color: #6B1EDB;
}
.AnyTagClassName
{
color: #6B1EDB;
}
</style>
background-color css
<style>
a { background-color: #6B1EDB; }
a { background-color: rgb(107,30,219); }
div.DivClassName
{
background-color: #6B1EDB;
}
.BgClassName
{
background-color: #6B1EDB;
}
</style>
border-color css
<style>
span { border-color: #6B1EDB; }
span { border-color: rgb(107,30,219); }
td.TdClassName
{
border-color: #6B1EDB;
}
.TagClassName
{
border-color: #6B1EDB;
}
</style>