Shades of Purple Heart #6B1DB7
Tints of Purple Heart #6B1DB7
RGB
CMYK
RGB Variations
Color information
#6B1DB7 (or 0x6B1DB7) is known color: Purple Heart. HEX triplet: 6B, 1D and B7. RGB value is (107,29,183). Sum of RGB (Red+Green+Blue) = 107+29+183=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B1DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1DB7 is #94E248. Grayscale: #454545. Windows color (decimal): -9757257 or 12000619. OLE color: 12000619.
HSL color Cylindrical-coordinate representation of color #6B1DB7: hue angle of 270.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1DB7 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 29 | 183 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.28 |
| HSL | 270.39º | 0.73% | 0.42% | - |
| HSV(B) | 270.39º | 0.84% | 0.72% | - |
| XYZ | 15.05 | 7.42 | 45.44 | - |
| YUV | 69.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 183 | 0.42 | 0.84 | 0 | 0.28 | 270.39 | 0.73 | 0.42 |
| Hex | 6B | 1D | B7 | 2A | 54 | 0 | 1C | 10E | 49 | 2A |
| Octal | 153 | 35 | 267 | 52 | 124 | 0 | 34 | 416 | 111 | 52 |
| Binary | 1101011 | 11101 | 10110111 | 101010 | 1010100 | 0 | 11100 | 100001110 | 1001001 | 101010 |
Color Harmonies of #6B1DB7
Complementary color
Monochromatic Colors of #6B1DB7
Black with #6B1DB7
Text Example
Text Example
White with #6B1DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1DB7; }
p { color: rgb(107,29,183); }
H1.HeaderClassName
{
color: #6B1DB7;
}
.AnyTagClassName
{
color: #6B1DB7;
}
</style>
background-color css
<style>
a { background-color: #6B1DB7; }
a { background-color: rgb(107,29,183); }
div.DivClassName
{
background-color: #6B1DB7;
}
.BgClassName
{
background-color: #6B1DB7;
}
</style>
border-color css
<style>
span { border-color: #6B1DB7; }
span { border-color: rgb(107,29,183); }
td.TdClassName
{
border-color: #6B1DB7;
}
.TagClassName
{
border-color: #6B1DB7;
}
</style>