Shades of Purple Heart #6428BA
Tints of Purple Heart #6428BA
RGB
CMYK
RGB Variations
Color information
#6428BA (or 0x6428BA) is known color: Purple Heart. HEX triplet: 64, 28 and BA. RGB value is (100,40,186). Sum of RGB (Red+Green+Blue) = 100+40+186=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6428BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428BA is #9BD745. Grayscale: #4A4A4A. Windows color (decimal): -10213190 or 12200036. OLE color: 12200036.
HSL color Cylindrical-coordinate representation of color #6428BA: hue angle of 264.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6428BA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 40 | 186 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.27 |
| HSL | 264.66º | 0.65% | 0.44% | - |
| HSV(B) | 264.66º | 0.78% | 0.73% | - |
| XYZ | 14.88 | 7.77 | 47.17 | - |
| YUV | 74.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 186 | 0.46 | 0.78 | 0 | 0.27 | 264.66 | 0.65 | 0.44 |
| Hex | 64 | 28 | BA | 2E | 4E | 0 | 1B | 109 | 41 | 2C |
| Octal | 144 | 50 | 272 | 56 | 116 | 0 | 33 | 411 | 101 | 54 |
| Binary | 1100100 | 101000 | 10111010 | 101110 | 1001110 | 0 | 11011 | 100001001 | 1000001 | 101100 |
Color Harmonies of #6428BA
Complementary color
Monochromatic Colors of #6428BA
Black with #6428BA
Text Example
Text Example
White with #6428BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428BA; }
p { color: rgb(100,40,186); }
H1.HeaderClassName
{
color: #6428BA;
}
.AnyTagClassName
{
color: #6428BA;
}
</style>
background-color css
<style>
a { background-color: #6428BA; }
a { background-color: rgb(100,40,186); }
div.DivClassName
{
background-color: #6428BA;
}
.BgClassName
{
background-color: #6428BA;
}
</style>
border-color css
<style>
span { border-color: #6428BA; }
span { border-color: rgb(100,40,186); }
td.TdClassName
{
border-color: #6428BA;
}
.TagClassName
{
border-color: #6428BA;
}
</style>