Shades of Purple Heart #6C29BA
Tints of Purple Heart #6C29BA
RGB
CMYK
RGB Variations
Color information
#6C29BA (or 0x6C29BA) is known color: Purple Heart. HEX triplet: 6C, 29 and BA. RGB value is (108,41,186). Sum of RGB (Red+Green+Blue) = 108+41+186=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C29BA is #93D645. Grayscale: #4D4D4D. Windows color (decimal): -9688646 or 12200300. OLE color: 12200300.
HSL color Cylindrical-coordinate representation of color #6C29BA: hue angle of 267.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C29BA is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 41 | 186 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.27 |
| HSL | 267.72º | 0.64% | 0.45% | - |
| HSV(B) | 267.72º | 0.78% | 0.73% | - |
| XYZ | 15.84 | 8.32 | 47.23 | - |
| YUV | 77.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 186 | 0.42 | 0.78 | 0 | 0.27 | 267.72 | 0.64 | 0.45 |
| Hex | 6C | 29 | BA | 2A | 4E | 0 | 1B | 10C | 40 | 2D |
| Octal | 154 | 51 | 272 | 52 | 116 | 0 | 33 | 414 | 100 | 55 |
| Binary | 1101100 | 101001 | 10111010 | 101010 | 1001110 | 0 | 11011 | 100001100 | 1000000 | 101101 |
Color Harmonies of #6C29BA
Complementary color
Monochromatic Colors of #6C29BA
Black with #6C29BA
Text Example
Text Example
White with #6C29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C29BA; }
p { color: rgb(108,41,186); }
H1.HeaderClassName
{
color: #6C29BA;
}
.AnyTagClassName
{
color: #6C29BA;
}
</style>
background-color css
<style>
a { background-color: #6C29BA; }
a { background-color: rgb(108,41,186); }
div.DivClassName
{
background-color: #6C29BA;
}
.BgClassName
{
background-color: #6C29BA;
}
</style>
border-color css
<style>
span { border-color: #6C29BA; }
span { border-color: rgb(108,41,186); }
td.TdClassName
{
border-color: #6C29BA;
}
.TagClassName
{
border-color: #6C29BA;
}
</style>