Shades of Purple Heart #6432BA
Tints of Purple Heart #6432BA
RGB
CMYK
RGB Variations
Color information
#6432BA (or 0x6432BA) is known color: Purple Heart. HEX triplet: 64, 32 and BA. RGB value is (100,50,186). Sum of RGB (Red+Green+Blue) = 100+50+186=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #6432BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432BA is #9BCD45. Grayscale: #4F4F4F. Windows color (decimal): -10210630 or 12202596. OLE color: 12202596.
HSL color Cylindrical-coordinate representation of color #6432BA: hue angle of 262.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6432BA is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 50 | 186 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.27 |
| HSL | 262.06º | 0.58% | 0.46% | - |
| HSV(B) | 262.06º | 0.73% | 0.73% | - |
| XYZ | 15.26 | 8.54 | 47.3 | - |
| YUV | 80.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 186 | 0.46 | 0.73 | 0 | 0.27 | 262.06 | 0.58 | 0.46 |
| Hex | 64 | 32 | BA | 2E | 49 | 0 | 1B | 106 | 3A | 2E |
| Octal | 144 | 62 | 272 | 56 | 111 | 0 | 33 | 406 | 72 | 56 |
| Binary | 1100100 | 110010 | 10111010 | 101110 | 1001001 | 0 | 11011 | 100000110 | 111010 | 101110 |
Color Harmonies of #6432BA
Complementary color
Monochromatic Colors of #6432BA
Black with #6432BA
Text Example
Text Example
White with #6432BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432BA; }
p { color: rgb(100,50,186); }
H1.HeaderClassName
{
color: #6432BA;
}
.AnyTagClassName
{
color: #6432BA;
}
</style>
background-color css
<style>
a { background-color: #6432BA; }
a { background-color: rgb(100,50,186); }
div.DivClassName
{
background-color: #6432BA;
}
.BgClassName
{
background-color: #6432BA;
}
</style>
border-color css
<style>
span { border-color: #6432BA; }
span { border-color: rgb(100,50,186); }
td.TdClassName
{
border-color: #6432BA;
}
.TagClassName
{
border-color: #6432BA;
}
</style>