Shades of Purple Heart #6429AB
Tints of Purple Heart #6429AB
RGB
CMYK
RGB Variations
Color information
#6429AB (or 0x6429AB) is known color: Purple Heart. HEX triplet: 64, 29 and AB. RGB value is (100,41,171). Sum of RGB (Red+Green+Blue) = 100+41+171=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6429AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6429AB is #9BD654. Grayscale: #494949. Windows color (decimal): -10212949 or 11217252. OLE color: 11217252.
HSL color Cylindrical-coordinate representation of color #6429AB: hue angle of 267.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6429AB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 41 | 171 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.33 |
| HSL | 267.23º | 0.61% | 0.42% | - |
| HSV(B) | 267.23º | 0.76% | 0.67% | - |
| XYZ | 13.4 | 7.24 | 39.22 | - |
| YUV | 73.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 171 | 0.42 | 0.76 | 0 | 0.33 | 267.23 | 0.61 | 0.42 |
| Hex | 64 | 29 | AB | 2A | 4C | 0 | 21 | 10B | 3D | 2A |
| Octal | 144 | 51 | 253 | 52 | 114 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100100 | 101001 | 10101011 | 101010 | 1001100 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #6429AB
Complementary color
Monochromatic Colors of #6429AB
Black with #6429AB
Text Example
Text Example
White with #6429AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6429AB; }
p { color: rgb(100,41,171); }
H1.HeaderClassName
{
color: #6429AB;
}
.AnyTagClassName
{
color: #6429AB;
}
</style>
background-color css
<style>
a { background-color: #6429AB; }
a { background-color: rgb(100,41,171); }
div.DivClassName
{
background-color: #6429AB;
}
.BgClassName
{
background-color: #6429AB;
}
</style>
border-color css
<style>
span { border-color: #6429AB; }
span { border-color: rgb(100,41,171); }
td.TdClassName
{
border-color: #6429AB;
}
.TagClassName
{
border-color: #6429AB;
}
</style>