Shades of Purple Heart #6F29DC
Tints of Purple Heart #6F29DC
RGB
CMYK
RGB Variations
Color information
#6F29DC (or 0x6F29DC) is known color: Purple Heart. HEX triplet: 6F, 29 and DC. RGB value is (111,41,220). Sum of RGB (Red+Green+Blue) = 111+41+220=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29DC is #90D623. Grayscale: #515151. Windows color (decimal): -9492004 or 14428527. OLE color: 14428527.
HSL color Cylindrical-coordinate representation of color #6F29DC: hue angle of 263.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F29DC is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 41 | 220 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 263.46º | 0.72% | 0.51% | - |
| HSV(B) | 263.46º | 0.81% | 0.86% | - |
| XYZ | 20.27 | 10.13 | 68.6 | - |
| YUV | 82.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 220 | 0.50 | 0.81 | 0 | 0.14 | 263.46 | 0.72 | 0.51 |
| Hex | 6F | 29 | DC | 32 | 51 | 0 | E | 107 | 48 | 33 |
| Octal | 157 | 51 | 334 | 62 | 121 | 0 | 16 | 407 | 110 | 63 |
| Binary | 1101111 | 101001 | 11011100 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1001000 | 110011 |
Color Harmonies of #6F29DC
Complementary color
Monochromatic Colors of #6F29DC
Black with #6F29DC
Text Example
Text Example
White with #6F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29DC; }
p { color: rgb(111,41,220); }
H1.HeaderClassName
{
color: #6F29DC;
}
.AnyTagClassName
{
color: #6F29DC;
}
</style>
background-color css
<style>
a { background-color: #6F29DC; }
a { background-color: rgb(111,41,220); }
div.DivClassName
{
background-color: #6F29DC;
}
.BgClassName
{
background-color: #6F29DC;
}
</style>
border-color css
<style>
span { border-color: #6F29DC; }
span { border-color: rgb(111,41,220); }
td.TdClassName
{
border-color: #6F29DC;
}
.TagClassName
{
border-color: #6F29DC;
}
</style>