Shades of Purple Heart #6B29DF
Tints of Purple Heart #6B29DF
RGB
CMYK
RGB Variations
Color information
#6B29DF (or 0x6B29DF) is known color: Purple Heart. HEX triplet: 6B, 29 and DF. RGB value is (107,41,223). Sum of RGB (Red+Green+Blue) = 107+41+223=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B29DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B29DF is #94D620. Grayscale: #505050. Windows color (decimal): -9754145 or 14625131. OLE color: 14625131.
HSL color Cylindrical-coordinate representation of color #6B29DF: hue angle of 261.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B29DF is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 41 | 223 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.13 |
| HSL | 261.76º | 0.74% | 0.52% | - |
| HSV(B) | 261.76º | 0.82% | 0.87% | - |
| XYZ | 20.18 | 10.04 | 70.69 | - |
| YUV | 81.48 | 207.87 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 223 | 0.52 | 0.82 | 0 | 0.13 | 261.76 | 0.74 | 0.52 |
| Hex | 6B | 29 | DF | 34 | 52 | 0 | D | 106 | 4A | 34 |
| Octal | 153 | 51 | 337 | 64 | 122 | 0 | 15 | 406 | 112 | 64 |
| Binary | 1101011 | 101001 | 11011111 | 110100 | 1010010 | 0 | 1101 | 100000110 | 1001010 | 110100 |
Color Harmonies of #6B29DF
Complementary color
Monochromatic Colors of #6B29DF
Black with #6B29DF
Text Example
Text Example
White with #6B29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B29DF; }
p { color: rgb(107,41,223); }
H1.HeaderClassName
{
color: #6B29DF;
}
.AnyTagClassName
{
color: #6B29DF;
}
</style>
background-color css
<style>
a { background-color: #6B29DF; }
a { background-color: rgb(107,41,223); }
div.DivClassName
{
background-color: #6B29DF;
}
.BgClassName
{
background-color: #6B29DF;
}
</style>
border-color css
<style>
span { border-color: #6B29DF; }
span { border-color: rgb(107,41,223); }
td.TdClassName
{
border-color: #6B29DF;
}
.TagClassName
{
border-color: #6B29DF;
}
</style>