Shades of Purple Heart #6729D6
Tints of Purple Heart #6729D6
RGB
CMYK
RGB Variations
Color information
#6729D6 (or 0x6729D6) is known color: Purple Heart. HEX triplet: 67, 29 and D6. RGB value is (103,41,214). Sum of RGB (Red+Green+Blue) = 103+41+214=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #6729D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729D6 is #98D629. Grayscale: #4E4E4E. Windows color (decimal): -10016298 or 14035303. OLE color: 14035303.
HSL color Cylindrical-coordinate representation of color #6729D6: hue angle of 261.5º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6729D6 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 41 | 214 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.16 |
| HSL | 261.5º | 0.68% | 0.5% | - |
| HSV(B) | 261.5º | 0.81% | 0.84% | - |
| XYZ | 18.52 | 9.32 | 64.44 | - |
| YUV | 79.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 214 | 0.52 | 0.81 | 0 | 0.16 | 261.5 | 0.68 | 0.5 |
| Hex | 67 | 29 | D6 | 34 | 51 | 0 | 10 | 106 | 44 | 32 |
| Octal | 147 | 51 | 326 | 64 | 121 | 0 | 20 | 406 | 104 | 62 |
| Binary | 1100111 | 101001 | 11010110 | 110100 | 1010001 | 0 | 10000 | 100000110 | 1000100 | 110010 |
Color Harmonies of #6729D6
Complementary color
Monochromatic Colors of #6729D6
Black with #6729D6
Text Example
Text Example
White with #6729D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6729D6; }
p { color: rgb(103,41,214); }
H1.HeaderClassName
{
color: #6729D6;
}
.AnyTagClassName
{
color: #6729D6;
}
</style>
background-color css
<style>
a { background-color: #6729D6; }
a { background-color: rgb(103,41,214); }
div.DivClassName
{
background-color: #6729D6;
}
.BgClassName
{
background-color: #6729D6;
}
</style>
border-color css
<style>
span { border-color: #6729D6; }
span { border-color: rgb(103,41,214); }
td.TdClassName
{
border-color: #6729D6;
}
.TagClassName
{
border-color: #6729D6;
}
</style>