Shades of Purple Heart #6429CC
Tints of Purple Heart #6429CC
RGB
CMYK
RGB Variations
Color information
#6429CC (or 0x6429CC) is known color: Purple Heart. HEX triplet: 64, 29 and CC. RGB value is (100,41,204). Sum of RGB (Red+Green+Blue) = 100+41+204=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #6429CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429CC is #9BD633. Grayscale: #4C4C4C. Windows color (decimal): -10212916 or 13379940. OLE color: 13379940.
HSL color Cylindrical-coordinate representation of color #6429CC: hue angle of 261.72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6429CC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 41 | 204 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.2 |
| HSL | 261.72º | 0.67% | 0.48% | - |
| HSV(B) | 261.72º | 0.8% | 0.8% | - |
| XYZ | 16.95 | 8.65 | 57.9 | - |
| YUV | 77.22 | 199.55 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 204 | 0.51 | 0.80 | 0 | 0.2 | 261.72 | 0.67 | 0.48 |
| Hex | 64 | 29 | CC | 33 | 50 | 0 | 14 | 106 | 43 | 30 |
| Octal | 144 | 51 | 314 | 63 | 120 | 0 | 24 | 406 | 103 | 60 |
| Binary | 1100100 | 101001 | 11001100 | 110011 | 1010000 | 0 | 10100 | 100000110 | 1000011 | 110000 |
Color Harmonies of #6429CC
Complementary color
Monochromatic Colors of #6429CC
Black with #6429CC
Text Example
Text Example
White with #6429CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6429CC; }
p { color: rgb(100,41,204); }
H1.HeaderClassName
{
color: #6429CC;
}
.AnyTagClassName
{
color: #6429CC;
}
</style>
background-color css
<style>
a { background-color: #6429CC; }
a { background-color: rgb(100,41,204); }
div.DivClassName
{
background-color: #6429CC;
}
.BgClassName
{
background-color: #6429CC;
}
</style>
border-color css
<style>
span { border-color: #6429CC; }
span { border-color: rgb(100,41,204); }
td.TdClassName
{
border-color: #6429CC;
}
.TagClassName
{
border-color: #6429CC;
}
</style>