Shades of Purple Heart #6432BE
Tints of Purple Heart #6432BE
RGB
CMYK
RGB Variations
Color information
#6432BE (or 0x6432BE) is known color: Purple Heart. HEX triplet: 64, 32 and BE. RGB value is (100,50,190). Sum of RGB (Red+Green+Blue) = 100+50+190=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #6432BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432BE is #9BCD41. Grayscale: #505050. Windows color (decimal): -10210626 or 12464740. OLE color: 12464740.
HSL color Cylindrical-coordinate representation of color #6432BE: hue angle of 261.43º degrees, saturation: 0.58, 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 #6432BE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 50 | 190 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.25 |
| HSL | 261.43º | 0.58% | 0.47% | - |
| HSV(B) | 261.43º | 0.74% | 0.75% | - |
| XYZ | 15.69 | 8.71 | 49.57 | - |
| YUV | 80.91 | 189.57 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 190 | 0.47 | 0.74 | 0 | 0.25 | 261.43 | 0.58 | 0.47 |
| Hex | 64 | 32 | BE | 2F | 4A | 0 | 19 | 105 | 3A | 2F |
| Octal | 144 | 62 | 276 | 57 | 112 | 0 | 31 | 405 | 72 | 57 |
| Binary | 1100100 | 110010 | 10111110 | 101111 | 1001010 | 0 | 11001 | 100000101 | 111010 | 101111 |
Color Harmonies of #6432BE
Complementary color
Monochromatic Colors of #6432BE
Black with #6432BE
Text Example
Text Example
White with #6432BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432BE; }
p { color: rgb(100,50,190); }
H1.HeaderClassName
{
color: #6432BE;
}
.AnyTagClassName
{
color: #6432BE;
}
</style>
background-color css
<style>
a { background-color: #6432BE; }
a { background-color: rgb(100,50,190); }
div.DivClassName
{
background-color: #6432BE;
}
.BgClassName
{
background-color: #6432BE;
}
</style>
border-color css
<style>
span { border-color: #6432BE; }
span { border-color: rgb(100,50,190); }
td.TdClassName
{
border-color: #6432BE;
}
.TagClassName
{
border-color: #6432BE;
}
</style>