Shades of Purple Heart #6B1DB9
Tints of Purple Heart #6B1DB9
RGB
CMYK
RGB Variations
Color information
#6B1DB9 (or 0x6B1DB9) is known color: Purple Heart. HEX triplet: 6B, 1D and B9. RGB value is (107,29,185). Sum of RGB (Red+Green+Blue) = 107+29+185=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B1DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1DB9 is #94E246. Grayscale: #454545. Windows color (decimal): -9757255 or 12131691. OLE color: 12131691.
HSL color Cylindrical-coordinate representation of color #6B1DB9: hue angle of 270º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1DB9 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 29 | 185 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.27 |
| HSL | 270º | 0.73% | 0.42% | - |
| HSV(B) | 270º | 0.84% | 0.73% | - |
| XYZ | 15.26 | 7.51 | 46.54 | - |
| YUV | 70.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 185 | 0.42 | 0.84 | 0 | 0.27 | 270 | 0.73 | 0.42 |
| Hex | 6B | 1D | B9 | 2A | 54 | 0 | 1B | 10E | 49 | 2A |
| Octal | 153 | 35 | 271 | 52 | 124 | 0 | 33 | 416 | 111 | 52 |
| Binary | 1101011 | 11101 | 10111001 | 101010 | 1010100 | 0 | 11011 | 100001110 | 1001001 | 101010 |
Color Harmonies of #6B1DB9
Complementary color
Monochromatic Colors of #6B1DB9
Black with #6B1DB9
Text Example
Text Example
White with #6B1DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1DB9; }
p { color: rgb(107,29,185); }
H1.HeaderClassName
{
color: #6B1DB9;
}
.AnyTagClassName
{
color: #6B1DB9;
}
</style>
background-color css
<style>
a { background-color: #6B1DB9; }
a { background-color: rgb(107,29,185); }
div.DivClassName
{
background-color: #6B1DB9;
}
.BgClassName
{
background-color: #6B1DB9;
}
</style>
border-color css
<style>
span { border-color: #6B1DB9; }
span { border-color: rgb(107,29,185); }
td.TdClassName
{
border-color: #6B1DB9;
}
.TagClassName
{
border-color: #6B1DB9;
}
</style>