Shades of Purple Heart #6C29D3
Tints of Purple Heart #6C29D3
RGB
CMYK
RGB Variations
Color information
#6C29D3 (or 0x6C29D3) is known color: Purple Heart. HEX triplet: 6C, 29 and D3. RGB value is (108,41,211). Sum of RGB (Red+Green+Blue) = 108+41+211=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #6C29D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C29D3 is #93D62C. Grayscale: #4F4F4F. Windows color (decimal): -9688621 or 13838700. OLE color: 13838700.
HSL color Cylindrical-coordinate representation of color #6C29D3: hue angle of 263.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C29D3 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 41 | 211 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.17 |
| HSL | 263.65º | 0.67% | 0.49% | - |
| HSV(B) | 263.65º | 0.81% | 0.83% | - |
| XYZ | 18.74 | 9.48 | 62.47 | - |
| YUV | 80.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 211 | 0.49 | 0.81 | 0 | 0.17 | 263.65 | 0.67 | 0.49 |
| Hex | 6C | 29 | D3 | 31 | 51 | 0 | 11 | 108 | 43 | 31 |
| Octal | 154 | 51 | 323 | 61 | 121 | 0 | 21 | 410 | 103 | 61 |
| Binary | 1101100 | 101001 | 11010011 | 110001 | 1010001 | 0 | 10001 | 100001000 | 1000011 | 110001 |
Color Harmonies of #6C29D3
Complementary color
Monochromatic Colors of #6C29D3
Black with #6C29D3
Text Example
Text Example
White with #6C29D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C29D3; }
p { color: rgb(108,41,211); }
H1.HeaderClassName
{
color: #6C29D3;
}
.AnyTagClassName
{
color: #6C29D3;
}
</style>
background-color css
<style>
a { background-color: #6C29D3; }
a { background-color: rgb(108,41,211); }
div.DivClassName
{
background-color: #6C29D3;
}
.BgClassName
{
background-color: #6C29D3;
}
</style>
border-color css
<style>
span { border-color: #6C29D3; }
span { border-color: rgb(108,41,211); }
td.TdClassName
{
border-color: #6C29D3;
}
.TagClassName
{
border-color: #6C29D3;
}
</style>