Shades of Purple Heart #6432BF
Tints of Purple Heart #6432BF
RGB
CMYK
RGB Variations
Color information
#6432BF (or 0x6432BF) is known color: Purple Heart. HEX triplet: 64, 32 and BF. RGB value is (100,50,191). Sum of RGB (Red+Green+Blue) = 100+50+191=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #6432BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432BF is #9BCD40. Grayscale: #505050. Windows color (decimal): -10210625 or 12530276. OLE color: 12530276.
HSL color Cylindrical-coordinate representation of color #6432BF: hue angle of 261.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6432BF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 50 | 191 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.25 |
| HSL | 261.28º | 0.59% | 0.47% | - |
| HSV(B) | 261.28º | 0.74% | 0.75% | - |
| XYZ | 15.8 | 8.75 | 50.15 | - |
| YUV | 81.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 191 | 0.48 | 0.74 | 0 | 0.25 | 261.28 | 0.59 | 0.47 |
| Hex | 64 | 32 | BF | 30 | 4A | 0 | 19 | 105 | 3B | 2F |
| Octal | 144 | 62 | 277 | 60 | 112 | 0 | 31 | 405 | 73 | 57 |
| Binary | 1100100 | 110010 | 10111111 | 110000 | 1001010 | 0 | 11001 | 100000101 | 111011 | 101111 |
Color Harmonies of #6432BF
Complementary color
Monochromatic Colors of #6432BF
Black with #6432BF
Text Example
Text Example
White with #6432BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432BF; }
p { color: rgb(100,50,191); }
H1.HeaderClassName
{
color: #6432BF;
}
.AnyTagClassName
{
color: #6432BF;
}
</style>
background-color css
<style>
a { background-color: #6432BF; }
a { background-color: rgb(100,50,191); }
div.DivClassName
{
background-color: #6432BF;
}
.BgClassName
{
background-color: #6432BF;
}
</style>
border-color css
<style>
span { border-color: #6432BF; }
span { border-color: rgb(100,50,191); }
td.TdClassName
{
border-color: #6432BF;
}
.TagClassName
{
border-color: #6432BF;
}
</style>