Shades of Purple Heart #6428AB
Tints of Purple Heart #6428AB
RGB
CMYK
RGB Variations
Color information
#6428AB (or 0x6428AB) is known color: Purple Heart. HEX triplet: 64, 28 and AB. RGB value is (100,40,171). Sum of RGB (Red+Green+Blue) = 100+40+171=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #6428AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6428AB is #9BD754. Grayscale: #484848. Windows color (decimal): -10213205 or 11216996. OLE color: 11216996.
HSL color Cylindrical-coordinate representation of color #6428AB: hue angle of 267.48º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6428AB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 40 | 171 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.33 |
| HSL | 267.48º | 0.62% | 0.41% | - |
| HSV(B) | 267.48º | 0.77% | 0.67% | - |
| XYZ | 13.37 | 7.17 | 39.21 | - |
| YUV | 72.87 | 183.38 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 171 | 0.42 | 0.77 | 0 | 0.33 | 267.48 | 0.62 | 0.41 |
| Hex | 64 | 28 | AB | 2A | 4D | 0 | 21 | 10B | 3E | 29 |
| Octal | 144 | 50 | 253 | 52 | 115 | 0 | 41 | 413 | 76 | 51 |
| Binary | 1100100 | 101000 | 10101011 | 101010 | 1001101 | 0 | 100001 | 100001011 | 111110 | 101001 |
Color Harmonies of #6428AB
Complementary color
Monochromatic Colors of #6428AB
Black with #6428AB
Text Example
Text Example
White with #6428AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428AB; }
p { color: rgb(100,40,171); }
H1.HeaderClassName
{
color: #6428AB;
}
.AnyTagClassName
{
color: #6428AB;
}
</style>
background-color css
<style>
a { background-color: #6428AB; }
a { background-color: rgb(100,40,171); }
div.DivClassName
{
background-color: #6428AB;
}
.BgClassName
{
background-color: #6428AB;
}
</style>
border-color css
<style>
span { border-color: #6428AB; }
span { border-color: rgb(100,40,171); }
td.TdClassName
{
border-color: #6428AB;
}
.TagClassName
{
border-color: #6428AB;
}
</style>